YunoHost-Apps / snipeit_ynh

Snipe-IT package for YunoHost
https://snipeitapp.com/
GNU Affero General Public License v3.0
2 stars 0 forks source link

LDAP support #35

Open Salamandar opened 1 year ago

Salamandar commented 1 year ago

The software supports LDAP. It should be connected by default to the Yunohost provided LDAP.

Working configuration:

bind user: uid=__LDAP_USER__,ou=users,dc=yunohost,dc=org
base bind DN: ou=users,dc=yunohost,dc=org
LDAP filter: (&(|(objectclass=posixAccount))(uid=*)(permission=cn=snipeit.main,ou=permission,dc=yunohost,dc=org))
username field: uid
first name field: cn
last name field: <empty>
auth request field: uid=
ldap email: mail
Christophe31 commented 4 months ago

Hello, excuse me, I'm interested in the feature, where would you put this conf file to enable LDAP?

Salamandar commented 1 month ago

IIRC, it's not a file, it's fields to be filled in the administration panel :)