idmap_rid - Samba's idmap_rid Backend for Winbind
The idmap_rid backend provides a way to use an algorithmic mapping scheme to map UIDs/GIDs and SIDs. No database is required in this case as the mapping is deterministic.
range = low - high
base_rid = INTEGER
This example shows how to configure 2 domains with idmap_rid
[global]
idmap domains = MAIN TRUSTED1
idmap config MAIN:backend = rid
idmap config MAIN:base_rid = 1000
idmap config MAIN:range = 10000 - 49999
idmap config TRUSTED1:backend = rid
idmap config TRUSTED1:base_rid = 1000
idmap config TRUSTED1:range = 50000 - 99999
The original Samba software and related utilities were created by Andrew Tridgell. Samba is now developed by the Samba Team as an Open Source project similar to the way the Linux kernel is developed.
|
Закладки на сайте Проследить за страницей |
Created 1996-2025 by Maxim Chirkov Добавить, Поддержать, Вебмастеру |