Skip to content

Commit 029cd40

Browse files
authored
Ldapsupport (#2)
1 parent 6a1f5f8 commit 029cd40

File tree

2 files changed

+1908
-1800
lines changed

2 files changed

+1908
-1800
lines changed

conf/genmon.conf

+22
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,28 @@ https_port = 443
222222
# favicon=http://www.google.com/favicon.ico
223223
favicon =
224224

225+
# (Optional) This parameter will allow the use of LDAP authentication. All
226+
# of the LDAP options can only be configured manually in genmon.conf. This
227+
# value will look like ldap://myserver.mydomain.com
228+
# The ldap_base and either admin or readonly groups must be specified. If
229+
# you do not understand any of these terms then you probably should ignore
230+
# the ldap options.
231+
ldap_server =
232+
233+
# (Optional) This parameter is required to use ldap and will look like
234+
# dc=mydomain,dc=com
235+
ldap_base =
236+
237+
# (Optional) When using LDAP, this parameter specifies the group users
238+
# must belong to for admin rights to genmon. This is a short name
239+
# such as "GenmonAdmins"
240+
ldap_admingroup =
241+
242+
# (Optional) When using LDAP, this parameter specifies the group users
243+
# must belong to for readonly rights to genmon. This is a short name
244+
# such as "GenmonReadOnly"
245+
ldap_readonlygroup =
246+
225247
# A user defined URL link to include in status emails sent from the
226248
# software when the generator status changes
227249
user_url =

0 commit comments

Comments
 (0)