Flexinets.Ldap.Server
Flexinets.Ldap.Server copied to clipboard
Make user certificate
Hello, based on implementation https://github.com/Sammuel-Miranda/LdapServerLib, it may works with SharePoint or something else which don't validation on user certificate,
I think all the clients they are in communication with LDAP server after Binding and Search Request they validate user certificate also.
now could you please guide How can we make a user valid certificate and add int as user attribute in LDPA Pack response?
pk[41] = new SearchValue(new string[] { "userCertificate" }, userCertificate);