Displaying 2 results from an estimated 2 matches for "passserv".
2002 May 29
2
Winbindd Problem
Hi All,
I have the following problem:
[2002/05/29 18:16:13, 0] smbd/posix_acls.c:create_canon_ace_lists(774)
create_canon_ace_lists: unable to map SID
S-1-5-21-2025429265-1580818891-682003330-1109 to uid or gid.
in smb.conf I have:
[global]
winbind uid = 1000-2000
winbind gid = 1000-2000
winbind enum users = yes
winbind enum groups = yes
Any Idea??
Thanks,
Christian
DISCLAIMER: This
2004 May 19
1
Changing domains...causes wbinfo -t to fail.
smb.conf
obey pam restrictions = No
workgroup = mydomain
server string = server
security = domain
password server = passserver.mydomain.com
socket options = TCP_NODELAY
dns proxy = no
winbind uid = 10000-20000
winbind guid = 10000-20000
winbind use default domain = yes
using samba-2.2.8a on FreeBSD 5.1
smbpasswd -j mydomain -r 192.168.1.3 -U admin%pass
Joined mydomain successfully
wbinfo -t secret is good
Reco...