[Samba] local samba has no trust ???

damiend at mckennagroup.co.uk damiend at mckennagroup.co.uk
Wed Oct 24 14:45:05 GMT 2007


hi all

I have a samba 2.0.26a configured as a ADS member

however I want to configure printing on the box I managed to install some drivers on the PRINT$ share before joing it to the domain.


now it's joined to the domain and I want to configure the printer default 

I could not connect as root

using smbclient to connect to the box I get the following

smbclient //linux01/print\$ -U root 
password *******
Session setup failed: NT_STATUS_NO_TRUST_SAM_ACCOUNT


any ideas.


my smb.conf is configured as follows

[global]
 csc policy = disable
 ldap ssl = no
 name resolve order = host bcast
 socket options = SO_REUSEADDR IPTOS_THROUGHPUT SO_SNDBUF=32768 SO_RCVBUF=32768
 host msdfs = No
 deadtime = 600
 username map = /etc/samba/user.map
 interfaces = eth0
 follow symlinks = No
 encrypt passwords = yes
 realm = LOCAL.MCKENNAGROUP.CO.UK
 use kerberos keytab = Yes
 dos filetime resolution = Yes
 netbios name = 
 map archive = No
 svcctl list = cupsd
 wide links = no
 printing = cups
 enhanced browsing = No
 workgroup = MCKENNAGROUP
 create mode = 0664
 security = ADS
 bind interfaces only = Yes
 max smbd processes = 100
 directory mode = 775

[homes]
 comment = User Home Folders
 writeable = yes
 create mode = 0600
 directory mode = 700
 browseable = no

[print$]
 path = /var/lib/samba/printers
 browseable = no
 read only = yes
 write list = "@Printer Admins", root
 guest ok = no

[printers]
 comment = Share all local printers
 path = /var/spool/samba
 browseable = no
 guest ok = no
 writable = no
 printable = yes


More information about the samba mailing list