-
-
Notifications
You must be signed in to change notification settings - Fork 44
[Feature] Additional configuration attributes #207
Copy link
Copy link
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Hi, I've started using your library in an updated version of phpldapadmin, and one thing I would like to have is a name, being free form text that can be used with a configuration. I'll use this name to show the server name in an LDAP tree.
Currently, if I add a name configuration in ldap.conf, I get an exception Option name does not exist.
IE:
'connections' => [
'default' => [
'hosts' => [env('LDAP_HOST', '127.0.0.1')],
...
'name' => env('LDAP_NAME','LDAP Server'),
],
Could you add a new attribute to src/Configuration/DomainConfiguration.php (unless there is a better way of doing this?)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request