Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
5HT committed Jul 24, 2023
1 parent ff8c2cc commit 9cc7b22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ldap.ex
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ defmodule LDAP do
attr("altServer", ['ldap.synrc.com']),
attr("subschemaSubentry", ['ou=schema']),
attr("vendorName", ['SYNRC LDAP']),
attr("vendorVersion", ['1.0']),
attr("vendorVersion", ['13.7.24']),
attr("supportedSASLMechanisms", ['SIMPLE']),
attr("objectClass", ['top','extensibleObject']),
attr("entryUUID", [code()])])])
Expand Down

0 comments on commit 9cc7b22

Please sign in to comment.