[Samba] Domain Admins

Irving Carrion icarrion at allinterior.com
Mon Oct 7 14:07:01 GMT 2002


Hello All!!

We just recently upgraded our SAMBA server from 2.2.3a to
2.999+3.0cvs20.  Minor problems have aroused.  One of which is "Domain
Admins".  For some reason I (Domain Admin) don't have administrative
privileges on any PC on the network.  What have I screwed up?

I've posted my smb.conf below.

Really appreciate any help!  Thanks!

//BEGIN SMB.CONF
# Global parameters
[global]
        workgroup = OURDOMAIN.COM
        netbios name = SAMBA
        server string = %h server (Samba %v)
        security = user
        encrypt passwords = true
        #passdb backend = tdbsam unixsam
        passdb backend = tdbsam:/etc/samba/passdb.tdb unixsam
        null passwords = Yes
        passwd program = /usr/bin/passwd %u
#       debuglevel = 10
        non unix account range = 10000-20000
        #add machine script = /usr/sbin/adduser -n -g machines -c
Machine -d /dev/null -s /bin/false %u
        add machine script = /usr/sbin/useradd -d /dev/null -g 100 -s
/bin/false -M %u
        passwd chat = *Enter\snew\sUNIX\spassword:* %n\n
*Retype\snew\sUNIX\spassword:* %n\n .
        unix password sync = Yes
        syslog = 0
        log file = /var/log/samba/log.%m
        max log size = 1000
        socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
        domain admin group = @domadm
        admin users = @domadm
        add user script = /usr/sbin/useradd -d /dev/null -g 100 -s
/bin/false -M %u
        logon script = logonscript.bat
        logon path = ""
        logon home = ""
        domain logons = Yes
        os level = 64
        preferred master = True
        domain master = True
        dns proxy = No
        wins support = Yes
        hosts allow = 127.0.0.1/255.255.255.0, 192.0.0.0/255.255.255.0,
193.0.0.0/255.255.255.0, 194.0.0.0/255.255.255.0,
195.0.0.0/255.255.255.0, 196.0.0.0/
255.255.255.0, 197.0.0.0/255.255.255.0, 198.0.0.0/255.255.255.0,
199.0.0.0/255.255.255.0
        printcap name = lpstat
        printing = cups
        use client driver = Yes
        print command = lp -d%p -oraw %s; rm %s
        lpq command = lpstat -o%p
        lprm command = cancel %p-%j
        queuepause command = disable %p
        queueresume command = enable %p
        printer admin = @wheel
        #use spnego = no

[homes]
        comment = Home Directories
        read only = No
        create mask = 0775
        directory mask = 0775
        browseable = No

[netlogon]
        comment = Network Logon Service
        path = /home/samba/netlogon
        guest ok = Yes
        share modes = No

[printers]
        comment = All Printers
        path = /tmp
        printable = Yes
        browseable = No
        show add printer wizard = yes

[aisfax]
        comment = AIS Fax
        path = /tmp
        lpq command = /usr/local/smbfax/smbfax show
        lprm command = /usr/local/smbfax/smbfax dequeue %j
        print command = /usr/local/smbfax/smbfax -r queue %u %s
        queuepause command = /bin/true
        queueresume command = /bin/true
        postscript = true
        browseable = yes
        printable = yes
        writable = no
        create mode = 0700
        printing = cups
        guest ok = yes
//END SMB.CONF




More information about the samba mailing list