Displaying 1 result from an estimated 1 matches for "adsuser2".
Did you mean:
adsuser1
2004 Oct 27
1
winbind: using idmap only if user doesn't exist in UNIX getpw*(3) ?
...for
users but only if they aren't in the non-winbind nsswitch sources.
I.e, given
smb.conf ; samba 3.0.7
realm = DOMAIN
workgroup = DOMAIN
log level = 3 idmap:10 winbind:10
idmap gid = 50000-59999
idmap uid = 50000-59999
ADS users:
DOMAIN\adsuser1 ; only in ADS, not NIS
DOMAIN\adsuser2 ; only in ADS, not NIS
DOMAIN\user1
DOMAIN\user2
NIS passwd:
user1:*:10001:20000:&:/home/user1:/bin/sh
user2:*:10002:20000:&:/home/user2:/bin/sh
I want name<->uid loops to return "10001" for user1 and a
winbind allocated UID for adsuser* (e.g, 50000).
I have had...