started work on ldap qr code and cleaned up a bit

This commit is contained in:
i am da real crt yes 2022-09-06 16:04:24 +02:00
parent ad2f6dfb54
commit 76c1b5c549
1 changed files with 3 additions and 0 deletions

View File

@ -124,6 +124,9 @@
$ldapxml .= "<NumPro>".$_SESSION["ldap"]["qr_num_attribute"]["text"]."</NumPro>"; $ldapxml .= "<NumPro>".$_SESSION["ldap"]["qr_num_attribute"]["text"]."</NumPro>";
$ldapxml .= "<DisplayName>".$_SESSION["ldap"]["qr_display_name"]["text"]."</DisplayName>"; $ldapxml .= "<DisplayName>".$_SESSION["ldap"]["qr_display_name"]["text"]."</DisplayName>";
$ldapxml .= "</LdapConfig>" $ldapxml .= "</LdapConfig>"
// Use Default settings to set these
} }
//yea i will have to go and recycle this aswell to make it generate the ldap code aswell //yea i will have to go and recycle this aswell to make it generate the ldap code aswell