-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 P. L. wrote: > Yes. I have MIT Kerberos installed and working on my > embedded Linux system. kinit is running fine and I > can join an AD domain. > > If I manually create the Unix and Samba user (matching > the AD users and passwords) on my embedded Linux Samba > server, my Windows AD member servers then can access > the Samba shares with SSO, otherwise the shares are > not accessible. > > Based on my limited knowledge on Samba, I thought > Winbind is supposed to automatically create the Unix > user and Samba user. Since my Linux system doesn't > support NSS, my guess is that Winbind may not be able > to do its job, so I would like some help on getting > winbind to work without NSS.
Winbindd does assume the existences of NSS and relies upon it. If you want to work around this try modifying sys_getpwnam() to implement a NSS like look order in samba/source/lib/system.c cheers, jerry ===================================================================== Samba ------- http://www.samba.org Centeris ----------- http://www.centeris.com "What man is a man who does not make the world better?" --Balian -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.4 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFF/nfzIR7qMdg1EfYRArPTAKDoLfDCDqqi4Pi4CNjYJn3ywctDUACfY05h rJekUEakgmLBqIn1Rt98D9s= =XZc+ -----END PGP SIGNATURE----- -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba
