col l33t


Joined: 08 May 2002 Posts: 820 Location: Melbourne - Australia
|
Posted: Wed Nov 03, 2004 9:42 am Post subject: |
|
|
ok I got it all working....for those who stumble accross this in the future I removed from smb.conf:
#username map = /etc/samba/smbusers
and changed my /etc/ldap.conf as follows:
Code: |
# Your LDAP server. Must be resolvable without using LDAP.
host 127.0.0.1
# The distinguished name of the search base.
base dc=IDEALX,dc=ORG
# The distinguished name to bind to the server with if the effective user ID
# is root. Password must be stored in /etc/ldap.secret (mode 600)
rootbinddn cn=Manager,dc=IDEALX,dc=ORG
# RFC2307bis naming contexts
# we use ?sub (and not the default ?one) because we
# separated sambaAccounts on ou=Computer,dc=IDEALX,dc=org
# and ou=People,dc=IDEALX,dc=org
nss_base_passwd dc=IDEALX,dc=ORG?sub
nss_base_shadow dc=IDEALX,dc=ORG?sub
nss_base_group ou=Groups,dc=IDEALX,dc=ORG?one
# Security options
ssl no
pam_password md5
|
|
|