Displaying 1 result from an estimated 1 matches for "labpc50".
Did you mean:
labpc
2005 Nov 01
1
Can samba map between existing Windows (SID) users and existing unix (UID) users
...between a existing user
on a Windows Server (SID)
and an existing user on a Unix/Solaris (UID) user, since all information
is available?
unix# /usr/local/samba/bin/wbinfo -n andrew
S-1-5-21-1984182827-583073959-8547516-2056 User (1)
unix# tail log.smbd
smbd/service.c:make_connection_snum(662) labpc50 (193.61.28.22)
connect to service tmp initially as user andrew (uid=102, gid=10) (pid
25375)
smbd/posix_acls.c:create_canon_ace_lists(1405) create_canon_ace_lists:
unable to map SID S-1-5-21-1984182827-583073959-8547516-2056 to uid or gid.
As the above shows that when I mount a share from Windo...