mirror of
https://github.com/lldap/lldap.git
synced 2026-03-31 15:07:48 +01:00
example_configs: Add Snipe-IT
This commit is contained in:
@@ -638,6 +638,7 @@ folder for help with:
|
||||
- [Rancher](example_configs/rancher.md)
|
||||
- [Seafile](example_configs/seafile.md)
|
||||
- [Shaarli](example_configs/shaarli.md)
|
||||
- [Snipe-IT](example_configs/snipe-it.md)
|
||||
- [SonarQube](example_configs/sonarqube.md)
|
||||
- [Squid](example_configs/squid.md)
|
||||
- [Stalwart](example_configs/stalwart.md)
|
||||
|
||||
@@ -0,0 +1,16 @@
|
||||
### Configuration for Snipe-IT
|
||||
|
||||
1. Navigate to `/admin/ldap`
|
||||
2. Check the "LDAP enabled" checkbox
|
||||
3. In the "LDAP Server" field, enter `ldap://lldap:3890`
|
||||
4. In the "LDAP Bind Username" field, enter `uid=admin,ou=people,dc=example,dc=com`. Replace `admin` with the bind user you use.
|
||||
5. In the "LDAP Bind Password" field, enter your bind user's password
|
||||
6. In the "Base Bind DN" field, enter `ou=people,dc=example,dc=com`
|
||||
7. In the "LDAP filter" field, you can enter `&(memberof=cn=snipeit,ou=groups,dc=example,dc=com)` to only allow users in group `snipeit` to login. The group must be created and users assigned to it for this to work.
|
||||
8. The "Username Field" value should be `uid`
|
||||
9. The "Last name" value should be `sn`
|
||||
10. The "LDAP First Name" value should be `givenname`
|
||||
11. The "LDAP Authentication query" should be `uid=`
|
||||
12. Optional: If you require email, the "LDAP Email" value should be set to `mail`
|
||||
13. 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](https://snipe-it.readme.io/docs/groups) beforehand.
|
||||
|
||||
Reference in New Issue
Block a user