Displaying 1 result from an estimated 1 matches for "glcc".
Did you mean:
  gcc
  
2008 May 09
1
samba shares and active directory
...a server from
windows using active directory  credentials.  When I try to connect to
the samba server from windows I can see the share listed but choosing
it gives me a password box even though I am logged into windows as a
user who is a member of the squid group
smb.conf:
[global]
   workgroup = GLCC
   realm = GLCC.ON.CA
   preferred master = no
   server string = Linux Test Machine
   security = ADS
   encrypt passwords = yes
   log level = 3
   log file = /var/log/samba/%m
   max log size = 50
   winbind enum users = Yes
   winbind enum groups = Yes
   winbind use default domain = Yes
   win...