[Samba] Windows cannot locate the server copy of your roaming
profile
Mailing List SVR
lists at svrinformatica.it
Sun Jun 29 16:53:31 GMT 2008
Il giorno dom, 29/06/2008 alle 18.48 +0200, Mailing List SVR ha scritto:
> Il giorno dom, 29/06/2008 alle 12.34 -0400, Steve Thompson ha scritto:
> > On Sun, 29 Jun 2008, Mailing List SVR wrote:
> >
> > > each user has the right profile path in ldap:
> > > # test, Users, cpe.it
> > > dn: uid=test,ou=Users,dc=cpe,dc=it
> > > [...]
> >
> > In the smb.conf file that you posted, you had:
> >
> > ldap user suffix = ou=People
> >
> > but the DN is:
> >
> > uid=test,ou=Users,dc=cpe,dc=it
> >
> > which is a different ou. I would venture that the H: drive doesn't mount
> > either when you log in.
> >
> > Steve
>
> additionaly this is my ldap config
>
> grep -vE '(^[[:space:]]*($|(#|!|;|//)))' /etc/ldap/slapd.conf
> include /etc/ldap/schema/core.schema
> include /etc/ldap/schema/cosine.schema
> include /etc/ldap/schema/nis.schema
> include /etc/ldap/schema/inetorgperson.schema
> include /etc/ldap/schema/samba.schema
> include /etc/ldap/schema/misc.schema
> pidfile /var/run/slapd/slapd.pid
> argsfile /var/run/slapd/slapd.args
> loglevel none
> modulepath /usr/lib/ldap
> moduleload back_hdb
> sizelimit 500
> tool-threads 1
> backend hdb
> database hdb
> suffix "dc=cpe,dc=it"
> rootdn "cn=admin,dc=cpe,dc=it"
> rootpw {SSHA}FEtTcnfGmIfrwQBiCZayXEHnQT0ysQIK
> directory "/var/lib/ldap"
> dbconfig set_cachesize 0 2097152 0
> dbconfig set_lk_max_objects 1500
> dbconfig set_lk_max_locks 1500
> dbconfig set_lk_max_lockers 1500
> index objectClass eq
> index cn pres,sub,eq
> index sn pres,sub,eq
> index uid pres,sub,eq
> index displayName pres,sub,eq
> index uidNumber eq
> index gidNumber eq
> index memberUID eq
> index sambaSID eq
> index sambaPrimaryGroupSID eq
> index sambaDomainName eq
> index default sub
> lastmod on
> checkpoint 512 30
> access to attrs=userPassword,shadowLastChange
> by dn.regex="cn=admin,dc=cpe,dc=it" write
> by anonymous auth
> by self write
> by * none
> access to dn.base="" by * read
> access to *
> by dn="cn=admin,dc=cpe,dc=it" write
> by * read
> access to attrs=sambaNTPassword,sambaLMPassword
> by dn.regex="cn=admin,dc=cpe,dc=it" write
> by * none
>
> thanks
> Nicola
>
from windows client
net use h: /home give network path not found error,
ldap authentication seems works fine, if I change the shell to /bin/bash
I'm able to login with ldap users on pdc,
thanks
Nicola
More information about the samba
mailing list