code style: operator spacing
Add update_pass option
Adding "recursive_groups" setting for authad-plugin in configuration-manager
obfuscate auth passwords in config. fixes #1487we already do it for other passwords, so it makes sense to do it here aswell.
* Created two new options to enable or disable the editing of the display name or the email address in Active Directory. This will allow for the admin to turn the edit feature off if it is not desire
* Created two new options to enable or disable the editing of the display name or the email address in Active Directory. This will allow for the admin to turn the edit feature off if it is not desired that the user could edit their attributes or to prevent errors in case AD does not permit the user to update these attributes.
show more ...
allow charset for SSO to be configured FS#2148
change 'debug' setting to 'security' (rather than 'danger')
add 'danger' alert to authad config settings
treat empty AD credentials as NULL values FS#2781
Update metadata.phpWithout this unable to access AD info. Also allows SSO.
Update default.phpWihtout this, unable to fetch any AD info.. also allows SSO.
Complete metadata and defaults of auth plugin configs
added config metadata to authad plugin