mirror of
https://github.com/lldap/lldap.git
synced 2026-03-31 15:07:48 +01:00
1.1 KiB
1.1 KiB
Configuration for Snipe-IT
- Navigate to
/admin/ldap - Check the "LDAP enabled" checkbox
- In the "LDAP Server" field, enter
ldap://lldap:3890 - In the "LDAP Bind Username" field, enter
uid=admin,ou=people,dc=example,dc=com. Replaceadminwith the bind user you use. - In the "LDAP Bind Password" field, enter your bind user's password
- In the "Base Bind DN" field, enter
ou=people,dc=example,dc=com - In the "LDAP filter" field, you can enter
&(memberof=cn=snipeit,ou=groups,dc=example,dc=com)to only allow users in groupsnipeitto login. The group must be created and users assigned to it for this to work. - The "Username Field" value should be
uid - The "Last name" value should be
sn - The "LDAP First Name" value should be
givenname - The "LDAP Authentication query" should be
uid= - Optional: If you require email, the "LDAP Email" value should be set to
mail - Optional: By default, users in Snipe-IT have almost no privileges. You can assign privileges for LLDAP users by setting a "Default Permissions Group", which requires you to create a group beforehand.