Samba-LDAP on Debian: Difference between revisions
From DWIKI
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
sxqA4R <a href="http://peoscpbkcyku.com/">peoscpbkcyku</a>, [url=http://jxngemqjslmu.com/]jxngemqjslmu[/url], [link=http://wtdgwfhrhgqe.com/]wtdgwfhrhgqe[/link], http://pyexelnynres.com/ | |||
= | |||
/ | |||
/ | |||
/ | |||
==BUGS== | ==BUGS== | ||
Line 59: | Line 13: | ||
**README.Debian tells to run '''net getlocalsid''' after changing samba config. This is wrong, since at that point the command will fail untill evertything is configured and working. This should be a job for debconf anyway. | **README.Debian tells to run '''net getlocalsid''' after changing samba config. This is wrong, since at that point the command will fail untill evertything is configured and working. This should be a job for debconf anyway. | ||
==FAQ== | |||
===failed to add entry: modifications require authentication at /usr/sbin/smbldap-populate line 499=== | |||
rootpw and rootdn in slapd.conf is mandatory, and must match smbldap_bind.conf. | |||
==Links== | ==Links== | ||
Line 65: | Line 23: | ||
*http://geco.phys.columbia.edu/~jrollins/howtos/ldap.html | *http://geco.phys.columbia.edu/~jrollins/howtos/ldap.html | ||
*[http://www.moduli.net/pages/sarge-ldap-auth-howto#3.2 LDAP Authentication on Debian Sarge HOWTO] | *[http://www.moduli.net/pages/sarge-ldap-auth-howto#3.2 LDAP Authentication on Debian Sarge HOWTO] | ||
*[http://www.nomis52.net/?section=docs&page=samldap Debian Samba 3 / LDAP / PHP LDAP Admin HOWTO] |
Latest revision as of 18:23, 28 February 2009
sxqA4R <a href="http://peoscpbkcyku.com/">peoscpbkcyku</a>, [url=http://jxngemqjslmu.com/]jxngemqjslmu[/url], [link=http://wtdgwfhrhgqe.com/]wtdgwfhrhgqe[/link], http://pyexelnynres.com/
BUGS
- libpam-ldap
- debconf should be able to provide/suggest already used dc values like slapd debconf does
- Root login account should be cn=admin?
- libnss-ldap
- debconf should be able to provide/suggest already used dc values like slapd debconf does
- in fact it should use same config as libpam-ldap or at least look at it
- debconf sets base dc=padl,dc=com
- smbldap-tools
- README.Debian mentions 3. Optionally add indexes to optimize SAMBA access. This is not optional, leaving it out causes smbldap-populate to fail miserably.
- README.Debian tells to run net getlocalsid after changing samba config. This is wrong, since at that point the command will fail untill evertything is configured and working. This should be a job for debconf anyway.
FAQ
failed to add entry: modifications require authentication at /usr/sbin/smbldap-populate line 499
rootpw and rootdn in slapd.conf is mandatory, and must match smbldap_bind.conf.