Tag: LDAP
-
Racktable, Apache+LDAP authentication
Login to the Rack tables as admin: Add the following line under configuration–> permission allow {$tab_default} * This is for read only account, assign extra permissions if required Configure Apache + LDAP < Directory /var/www/racktables > Options +Indexes FollowSymLinks MultiViews DirectoryIndex index.php AuthName “Rack Tables” AuthType Basic AuthBasicProvider ldap AuthzLDAPAuthoritative on AuthLDAPURL “ldaps://ldaphost.com/dc=company,dc=com?uid?sub?(objectClass=< depends_on_ldap >)”…