[Samba] winbind issues (domain user attempting session with samba)

Preston.Newton at txucom.com Preston.Newton at txucom.com
Thu Sep 4 02:10:40 GMT 2003


I know I am answering my own questions...so here i go again...it appears
the more I look at this that the problem is occurring within the line

[2003/09/03 20:37:09, 3] auth/auth_sam.c:check_sam_security(438)
Couldn't find user 'citrix' in passdb file.

I have been looking to this and it apparently deals with the passdb backend
somehow...I can only find items relating to ldap and smbpasswd, but I am
attempting to use a SAM database from the current NT domain.  Any advice
would be appreciated...also here is a copy of my smb.conf file....forgot it
earlier

SMB.CONF

# Samba config file created using SWAT
# from 10.1.50.24 (10.1.50.24)
# Date: 2003/09/03 21:12:59

# Global parameters
[global]
        workgroup = LCC
        server string = Andromeda Samba Server
        security = DOMAIN
        password server = PDC BDC
        log level = 3
        log file = /usr/local/samba/var/log.%m
        max log size = 50
        dns proxy = No
        wins server = 10.1.33.7, 10.0.60.252
        ldap ssl = no
        idmap uid = 10000-20000
        idmap gid = 10000-20000
        winbind uid = 10000-20000
        winbind gid = 10000-20000
        template homedir = /tmp/%D/%U
        template shell = /bin/bash
        winbind separator = +
        hosts allow = 127., 10.1., 10.0.

[homes]
        comment = Home Directories
        read only = No
        browseable = No

[cdrom]
        comment = CDROM
        path = /mnt/cdrom
        guest ok = Yes
        root preexec = /bin/mount /mnt/cdrom
        root postexec = /bin/umount /mnt/cdrom

[images]
        comment = CD Images
        path = /opt/images
        valid users = pnewton
        guest ok = Yes

[src]
        comment = SRC Directory
        path = /usr/local/src
        valid users = pnewton
        read only = No

[printers]
        comment = All Printers
        path = /usr/spool/samba
        printable = Yes
        browseable = No

Thanks,
Preston






More information about the samba mailing list