From: ac_w Date: Tue, 4 May 2021 12:31:26 +0000 (-0400) Subject: (no commit message) X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/b004593af4d0a54b32baa4cd5fcd6bbc5a2d8747 --- diff --git a/doc/forum/Best_way_to_setup_LDAP_authentication___63__.mdwn b/doc/forum/Best_way_to_setup_LDAP_authentication___63__.mdwn new file mode 100644 index 000000000..eb539389f --- /dev/null +++ b/doc/forum/Best_way_to_setup_LDAP_authentication___63__.mdwn @@ -0,0 +1,7 @@ +Hello, + +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. + +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). + +What are my options ?