]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/forum/Best_way_to_setup_LDAP_authentication___63__.mdwn
(no commit message)
[git.ikiwiki.info.git] / doc / forum / Best_way_to_setup_LDAP_authentication___63__.mdwn
1 Hello,
3 I'm trying to set up an internal wiki at work using the git repos we already have, and I'd like to set up LDAP authentication to connect to ikiwiki.
5 I see that ikiwiki [can use the unix accounts of the underlying system](https://ikiwiki.info/plugins/contrib/unixauth/), so I should be able to have LDAP authentication via NSS or PAM, but those only work if the LDAP user entries have the attribute 'objectClass: posixAccount' (unless I'm doing it wrong). My  LDAP entries have the 'uid', 'userPassword' and 'mail' attributes and I guess this should theoretically be enough since other applications can use it (like gitlab).
7 What are my optionsĀ ?