Can't get Samba on Solaris 10 to auth against Sun-One LDAP ...

From: Noelle M. Vega (nmvega@computingarchitects.com)
Date: Wed Jul 11 2007 - 10:33:49 EDT


Hi:

On solaris 10 I configured samba (/usr/sfw/sbin/smbd Version 3.0.21b)
with the smb.conf file below.

Authentication is done by a Sun-One LDAP server, which replicates
Active Directory objects to it. The problem is that when I do a

"Start --> Run --> \\sambaServer", I get a windows login dialog box. I
want it to authenticate automatically and bring up the share. But even
when I enter in my username and password manually, the dialog box
keeps coming back (its not working).

Our LDAP admin says he sees the user authentication request come in
and responded to. But we always get the login prompt.

Is there something wrong with the config or somewhere else (maybe the
"security" or some other smb.conf directive is improperly set). Here it is:

====================================
# Global parameters
[global]
        workgroup = XYZ
        realm = XYZ.COM
        #security = ADS
        security = user
        encrypt passwords = yes
        password server = 192.168.97.69
        username map = /usr/local/lib/username.map
        log level = 10
        preferred master = No
        local master = No
        domain master = No
        ldap ssl = no
        idmap uid = 10000-20000
        idmap gid = 10000-20000
        winbind enum users = yes
        winbind enum groups = yes
        template shell = /bin/bash
        template homedir = /export/home/%D/%U
        winbind use default domain = yes
        winbind separator = +
        create mask = 664
        directory mask = 775
        dont descend = /view

[vob_store]
        comment = ClearCase VOB Storage
        create mask = 664
        directory mask = 775
        map archive = no
        oplocks = no
        writeable = yes
        admin users = vobadm
        path = /cctestdata/vob_store
========================================

Thanks In Advance
N. M. Vega
_______________________________________________
sunmanagers mailing list
sunmanagers@sunmanagers.org
http://www.sunmanagers.org/mailman/listinfo/sunmanagers



This archive was generated by hypermail 2.1.7 : Wed Apr 09 2008 - 23:42:07 EDT