- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for sshPublicKey (0.05 seconds)
-
cmd/sftp-server.go
} // Save each attribute to claims. claims[ldapAttribPrefix+attribKey] = attribValue[0] } if key != nil { // If a key was provided, we expect the user to have an sshPublicKey // attribute. if _, ok := claims[ldapAttribPrefix+"sshPublicKey"]; !ok { return nil, errAuthentication } } expiryDur, err := globalIAMSys.LDAPConfig.GetExpiryDuration("") if err != nil { return nil, err }
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 16.5K bytes - Click Count (0) -
docs/sts/ldap.md
MINIO_IDENTITY_LDAP_USER_DN_SEARCH_FILTER (string) Search filter to lookup user DN MINIO_IDENTITY_LDAP_USER_DN_ATTRIBUTES (list) "," separated list of user DN attributes e.g. "uid,cn,mail,sshPublicKey" MINIO_IDENTITY_LDAP_GROUP_SEARCH_FILTER (string) search filter for groups e.g. "(&(objectclass=groupOfNames)(memberUid=%s))"
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Tue Aug 12 18:20:36 GMT 2025 - 18.9K bytes - Click Count (0)