RosettaCodeData/Task/Active-Directory-Connect/F-Sharp/active-directory-connect-2.fs

4 lines
188 B
Forth
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
let ldapServer = new System.DirectoryServices.Protocols.LdapDirectoryIdentifier("127.0.0.1")
let connect = new System.DirectoryServices.Protocols.LdapConnection(ldapServer)
connect.Bind()