add memberOf attribute to users,

bump version to 1.0.1
This commit is contained in:
2025-02-11 07:09:48 +00:00
parent 56766847f8
commit a216304518
2 changed files with 15 additions and 13 deletions

View File

@@ -15,7 +15,7 @@ import (
)
var LDAPSessions map[string]*LDAPClient
var APIVersion = "1.0.0"
var APIVersion = "1.0.1"
func Run() {
gob.Register(LDAPClient{})