vforteli / Flexinets.Ldap.Server

Basic LDAP server for .Net. Parse and assemble LDAP packets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make user certificate

aria321 opened this issue · comments

commented

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);