go to post Richard Roeder · Jun 10, 2019 This function does not help me.I need something contrary to this, where I inform what index should be used
go to post Richard Roeder · Jul 16, 2018 Hi Katherine,Our page is custom only in layout and the message is return of the Caché.I checked the audit log for login and login failure events, and shows this:92018-07-13 13:50:33.749%System%LoginLogout103884yM9pLPnE4cache.user/csp/application/ Session end 102018-07-13 13:50:32.875%System%LoginLogin14904yM9pLPnE4cache.user/csp/application/ login 112018-07-13 13:50:24.474%System%LoginLoginFailure21532zdLzeDMmcjcache.user/csp/application login failure 122018-07-13 13:49:39.865%System%LoginLogout25316Ai7zeADmrWcache.user/csp/application/ Session end 132018-07-13 13:49:38.988%System%LoginLogin21532Ai7zeADmrWcache.user/csp/application/ login The massage of the LoginFairue is:Error message: Invalid passwordCSP Application: /csp/applicationAuthentication: Password
go to post Richard Roeder · Feb 15, 2018 for list all my user's groups , I executed this:s LD=##Class(%SYS.LDAP).Init("ad.com.local")s Status=##class(%SYS.LDAP).SimpleBinds(LD,"CN=adminUser,OU=ServicesUsers,OU=IHP,DC=domain,DC=ad","password")s Filter="sAMAccountname=richard.roeder"s Attributes=$lb("memberof")s BaseDN="DC=domain,DC=ad"s Status=##Class(%SYS.LDAP).SearchExts(LD,BaseDN,$zhex("02"),Filter,Attributes,0,"","",10,50,.SearchResult)s CurrentEntry=##Class(%SYS.LDAP).FirstEntry(LD,SearchResult)s ObjectClass=##Class(%SYS.LDAP).GetValues(LD,CurrentEntry,"memberof")f i=1:1:$ll(ObjectClass) w !!,$lg(ObjectClass,i)_";"
go to post Richard Roeder · Feb 15, 2018 I haven't,I need list the groups for load in the Caché, usign the %SYS.LDAP class. what commands did you use?