Displaying 1 result from an estimated 1 matches for "wbserver".
Did you mean:
webserver
2005 Apr 23
1
winbind + ldap uid/gid consistency woes.
...Samba (3.0.13 on FC2)
Problem: group id's and uid's (specificly uid's) are inconsistent
between clients (our two test clients). Both machines are using idmap
backend to talk to our ldap server and retrieve idmaps. Again: this
*has* worked in the past.
example:
server...
[username@wbserver root]$ id
uid=10222(username) gid=10001(domain users) groups=10001(domain users)
client #1 ....
[username@wbclient log]$ id
uid=10222(username) gid=10001(domain users) groups=10001(domain users)
client #2 ...
[username@wbclient2 home]$ id
uid=14046(wbtester) gid=10000(domain users) groups=10000...