mirror of
https://github.com/nitnelave/lldap.git
synced 2023-04-12 14:25:13 +00:00
Update apacheguacamole.md
This commit is contained in:
parent
dfc4527aa1
commit
2ebe5b843b
@ -1,7 +1,7 @@
|
||||
# Configuration for Apache Guacamole
|
||||
!! IMPORTANT - LDAP only works with LLDAP if using a [database authentication](https://guacamole.apache.org/doc/gug/ldap-auth.html#associating-ldap-with-a-database). The Apache Guacamole does support using LDAP to store user config but that is not in scope here.
|
||||
This was achieved by using the docker [jasonbean/guacamole](https://registry.hub.docker.com/r/jasonbean/guacamole/).
|
||||
|
||||
# Configuration for Apache Guacamole
|
||||
## To setup LDAP
|
||||
|
||||
Open and edit your Apache Guacamole properties files
|
||||
@ -32,9 +32,9 @@ ldap-user-search-filter: (memberof=cn=lldap_apacheguac,ou=groups,dc=example,dc=c
|
||||
Restart your Apache Guacamole app for changes to take effect
|
||||
|
||||
## To enable users
|
||||
Before logging in, you have to manually create users in the Apache Guacamole application in order for permissions/connections/etc for the users to be set.
|
||||
Before logging in with an LLDAP user, you have to manually create it using your static ID in Apache Guacamole. This applies to each user that you want to log in with using LDAP authentication. Otherwise the user will be logged in without any permissions/connections/etc.
|
||||
|
||||
Using your static ID, create a username that matches your LDAP user. If applicable, tick the permissions and/or connections that you want this user to see.
|
||||
Using your static ID, create a username that matches your target LDAP username. If applicable, tick the permissions and/or connections that you want this user to see.
|
||||
|
||||
Log in with LDAP user.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user