RosettaCodeData/Task/Active-Directory-Connect/F-Sharp/active-directory-connect-2.fs
2023-07-01 13:44:08 -04:00

3 lines
188 B
FSharp

let ldapServer = new System.DirectoryServices.Protocols.LdapDirectoryIdentifier("127.0.0.1")
let connect = new System.DirectoryServices.Protocols.LdapConnection(ldapServer)
connect.Bind()