On Tue, 2003-03-11 at 21:22, Franco Antonio Catena wrote: > > [EMAIL PROTECTED] /sbin]# cd /etc/rc.d/init.d > [EMAIL PROTECTED] init.d]# ./smb stop > Interrompendo os servi�os SMB: [ OK ] > Interrompendo os servi�os NMB: [ OK ] > [EMAIL PROTECTED] init.d]# ./smb start > Iniciando os servi�os SMB: [ OK ] > Iniciando os servi�os NMB: [ OK ] > [EMAIL PROTECTED] init.d]# killall winbindd > winbindd: no process killed > [EMAIL PROTECTED] init.d]# smbpasswd -r cleo -j SURSON > fetch_domain_sid: machine cleo rejected the tconX on the IPC$ share. > Error was : NT_STATUS_ACCESS_DENIED. > Failed to get domain SID. Unable to join domain SURSON. > [EMAIL PROTECTED] init.d]#
Your server does not allow anonymous connections. You will need to either allow them, or join with a username and password (smbpasswd -r cleo -j SURSON -Uadministrator) and set a username into 'wbinfo -Ausername%password' to allow winbind to use authenticate it's connection to the DC. 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
