summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_usermanager_settings.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-02-19 16:56:11 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-02-19 16:56:11 +0000
commit4f7c3882123f394ddf2050c8820c345ece68303a (patch)
tree6245a897ce8348a77ed3dcb7dda3ecd9780c3763 /usr/local/www/system_usermanager_settings.php
parent18d8c406cdc8461e8878ee8ea5a55fbbed55596d (diff)
downloadpfsense-4f7c3882123f394ddf2050c8820c345ece68303a.zip
pfsense-4f7c3882123f394ddf2050c8820c345ece68303a.tar.gz
Add Edir, etc to the LDAP other description.
Diffstat (limited to 'usr/local/www/system_usermanager_settings.php')
-rwxr-xr-xusr/local/www/system_usermanager_settings.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system_usermanager_settings.php b/usr/local/www/system_usermanager_settings.php
index a37482e..051c829 100755
--- a/usr/local/www/system_usermanager_settings.php
+++ b/usr/local/www/system_usermanager_settings.php
@@ -244,7 +244,7 @@ if(!$pconfig['backend'])
<select name='backend' id='backend' onchange='ldap_typechange()'>
<option value="pfsense"<?php if ($pconfig['backend'] == "pfsense") echo " SELECTED";?>>pfSense</option>
<option value="ldap"<?php if ($pconfig['backend'] == "ldap") echo " SELECTED";?>>LDAP (Active Directory)</option>
- <option value="ldapother"<?php if ($pconfig['backend'] == "ldapother") echo " SELECTED";?>>LDAP OTHER</option>
+ <option value="ldapother"<?php if ($pconfig['backend'] == "ldapother") echo " SELECTED";?>>LDAP OTHER (eDir, etc)</option>
</select>
<br/>NOTE: login failures or server not available issues will fall back to pfSense internal users/group authentication.
</td>
OpenPOWER on IntegriCloud