From b004593af4d0a54b32baa4cd5fcd6bbc5a2d8747 Mon Sep 17 00:00:00 2001 From: ac_w Date: Tue, 4 May 2021 08:31:26 -0400 Subject: [PATCH] --- .../Best_way_to_setup_LDAP_authentication___63__.mdwn | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 doc/forum/Best_way_to_setup_LDAP_authentication___63__.mdwn 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 ? -- 2.39.2