* Update documentation
* Only connect and bind to the ldap server if we haven't done that before.
* Remove previous change. It was causing problems
+* In the user test page ignore comments from the auth.request file
Ver 1.55:
* Update the FAQ about missing attributes from the user/group edit pages and add a few comments
in the configuration files
$fp = popen("$comm","w");
if ($fp){
foreach ($req as $val){
+ // Ignore comments
+ if (ereg('^[[:space:]]*#',$val) || ereg('^[[:space:]]*$',$val))
+ continue;
fwrite($fp,$val);
}
if ($test_login){