[krbdev.mit.edu #8831] git commit
"Greg Hudson via RT" <[email protected]>
| Newsgroups | gmane.comp.encryption.kerberos.bugs |
|---|---|
| Message-ID | <[email protected]> |
<URL: https://krbdev.mit.edu/rt/Ticket/Display.html?id=8831 > Update LDAP KDB module documentation Remove ldapbackend.rst, as it is largely redundant with conf_ldap.rst. Simplify conf_ldap.rst, using kerberos.openldap.ldif (added by ticket 8529) and removing unnecessary command arguments. Mention the possibility of using SASL authentication (added by ticket 7944) as an alternative to binding with DN and password. Remove unnecessary access rights. In kdc_conf.rst, remove ldap_servers from the list of relations read from [dbdefaults], as it is only read from the realm's database configuration section. In kdb5_ldap_util.rst, document "-r" as a global parameter, as it applies in some fashion to all commands. Make the same changes to the kdb5_ldap_util usage message, and make it fit within 80 columns. Reported by Dilyan Palauzov. (cherry picked from commit ca1057fe6a03b6679b7907ee41b8abd444acc70d) https://github.com/krb5/krb5/commit/d462a2c6affa99b71e057ff6871e88b2237d770d Author: Greg Hudson <[email protected]> Commit: d462a2c6affa99b71e057ff6871e88b2237d770d Branch: krb5-1.17 doc/admin/admin_commands/kdb5_ldap_util.rst | 84 +++++-------- doc/admin/advanced/index.rst | 1 - doc/admin/advanced/ldapbackend.rst | 143 ----------------------- doc/admin/conf_files/kdc_conf.rst | 1 - doc/admin/conf_ldap.rst | 134 ++++++++------------- src/man/kdb5_ldap_util.man | 92 +++++--------- src/man/kdc.conf.man | 13 +- src/plugins/kdb/ldap/ldap_util/kdb5_ldap_util.c | 34 +++--- 8 files changed, 143 insertions(+), 359 deletions(-)