struct
PlaceOS::Client::API::Models::LdapAuthentication
- PlaceOS::Client::API::Models::LdapAuthentication
- PlaceOS::Client::API::Models::Response
- Struct
- Value
- Object
Included Modules
Defined in:
placeos/api/models/auths/ldap.crConstructors
Instance Method Summary
-
#auth_method : String
Options are: plain, ssl, tls
- #authority_id : String
-
#base : String
BaseDN such as dc=intridea, dc=com
-
#bind_dn : String
:bind_dn and :password is the default credentials to perform user lookup
-
#filter : String
LDAP filter like: (&(uid=%{username})(memberOf=cn=myapp-users,ou=groups,dc=example,dc=com)) Can be used instead of UID
- #host : String
- #id : String
- #name : String
- #password : String
- #port : Int32
- #uid : String
Instance methods inherited from module PlaceOS::Client::API::Models::Timestamps
created_at : Time
created_at,
updated_at : Time
updated_at
Constructor methods inherited from struct PlaceOS::Client::API::Models::Response
new(pull : JSON::PullParser)
new
Macros inherited from module PlaceOS::Client::API::Models::Response::Init
__add_initialize__
__add_initialize__
Constructor Detail
Instance Method Detail
def filter : String
#
LDAP filter like: (&(uid=%{username})(memberOf=cn=myapp-users,ou=groups,dc=example,dc=com)) Can be used instead of UID