1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-27 14:04:05 +03:00

Fix sample for base_rid parameter

base_rid = 1000 does not work reliably because it turns "domain users
(513)" into an illegal rid.
(This used to be commit e93e075e907701dbdd22ac20767ecda75d307a25)
This commit is contained in:
Volker Lendecke 2007-09-12 11:56:02 +00:00 committed by Gerald W. Carter
parent fba07dcc00
commit d675338a10

View File

@ -58,7 +58,7 @@
idmap domains = MAIN TRUSTED1
idmap config MAIN:backend = rid
idmap config MAIN:base_rid = 1000
idmap config MAIN:base_rid = 0
idmap config MAIN:range = 10000 - 49999
idmap config TRUSTED1:backend = rid