On Fri, 2003-10-24 at 03:41, Reedick, Andrew wrote: > When configuring a SunOS 5.9 box running Samba 2.2.8a with security=domain, > as per > http://us2.samba.org/samba/docs/using_samba/ch04.html#samba2-CHP-4-SECT-7 I > get the following error "could not fetch trust account password for domain" > when trying to connect to a share via 'net use * \\server\share > /user:domain\username' > > However, 'security=user' works correctly. 'security=domain' will fall back > onto the user's smbpasswd successfully. I'm configuring the box to be a > domain member, not a PDC. We do not have WINS setup on the box. > > > A sample error log entry is: > [2003/10/23 12:22:07, 0] smbd/password.c:domain_client_validate(1558) > domain_client_validate: could not fetch trust account password for domain > TESTINSTALL.COM
Have you joined the domain with 'smbpasswd -j -r PDC -Uadministrator'? This message indicates that the shared secret between your server and the DC cannot be found in the secrets.tdb. Joining the domain (as indicated in the docs) sets up this secret. Andrew Bartlett -- Andrew Bartlett [EMAIL PROTECTED] Manager, Authentication Subsystems, Samba Team [EMAIL PROTECTED] Student Network Administrator, Hawker College [EMAIL PROTECTED] http://samba.org http://build.samba.org http://hawkerc.net
signature.asc
Description: This is a digitally signed message part
-- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
