Home
last modified time | relevance | path

Searched defs:LDAPConfiguration (Results 1 – 6 of 6) sorted by relevance

/dports/net/syncthing/syncthing-1.18.1/syncthing/lib/config/
H A Dldapconfiguration.pb.go26 type LDAPConfiguration struct { struct
35 func (m *LDAPConfiguration) Reset() { *m = LDAPConfiguration{} }
37 func (*LDAPConfiguration) ProtoMessage() {}
38 func (*LDAPConfiguration) Descriptor() ([]byte, []int) {
41 func (m *LDAPConfiguration) XXX_Unmarshal(b []byte) error {
69 proto.RegisterType((*LDAPConfiguration)(nil), "config.LDAPConfiguration")
112 func (m *LDAPConfiguration) Marshal() (dAtA []byte, err error) {
122 func (m *LDAPConfiguration) MarshalTo(dAtA []byte) (int, error) {
127 func (m *LDAPConfiguration) MarshalToSizedBuffer(dAtA []byte) (int, error) {
189 func (m *LDAPConfiguration) ProtoSize() (n int) {
[all …]
/dports/security/vault/vault-1.8.2/vendor/go.mongodb.org/atlas/mongodbatlas/
H A Dldap_configurations.go37 Save(context.Context, string, *LDAPConfiguration) (*LDAPConfiguration, *Response, error)
47 type LDAPConfiguration struct { struct
48 …ier for the Atlas project associated with the request to verify an LDAP over TLS/SSL configuration.
49 …on:"groupId,omitempty"` // Unique identifier of the project that owns this alert configuration.
50 …mitempty"` // Contains the details of the request to verify an LDAP over TLS/SSL configuration.
51 … `json:"status,omitempty"` // The current status of the LDAP over TLS/SSL configuration.
52 …ation messages related to the verification of the provided LDAP over TLS/SSL configuration details.
53 Links []*Link `json:"links,omitempty"`
54 …json:"ldap,omitempty"` // Specifies the LDAP over TLS/SSL configuration details for an Atlas group.
149 …rationsServiceOp) Save(ctx context.Context, groupID string, configuration *LDAPConfiguration) (*LD…
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-secrets-mongodbatlas/vendor/go.mongodb.org/atlas/mongodbatlas/
H A Dldap_configurations.go23 Save(context.Context, string, *LDAPConfiguration) (*LDAPConfiguration, *Response, error)
33 type LDAPConfiguration struct { struct
34 …ier for the Atlas project associated with the request to verify an LDAP over TLS/SSL configuration.
35 …on:"groupId,omitempty"` // Unique identifier of the project that owns this alert configuration.
36 …mitempty"` // Contains the details of the request to verify an LDAP over TLS/SSL configuration.
37 … `json:"status,omitempty"` // The current status of the LDAP over TLS/SSL configuration.
38 …ation messages related to the verification of the provided LDAP over TLS/SSL configuration details.
39 Links []*Link `json:"links,omitempty"`
40 …json:"ldap,omitempty"` // Specifies the LDAP over TLS/SSL configuration details for an Atlas group.
135 …rationsServiceOp) Save(ctx context.Context, groupID string, configuration *LDAPConfiguration) (*LD…
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-database-mongodbatlas/vendor/go.mongodb.org/atlas/mongodbatlas/
H A Dldap_configurations.go37 Save(context.Context, string, *LDAPConfiguration) (*LDAPConfiguration, *Response, error)
47 type LDAPConfiguration struct { struct
48 …ier for the Atlas project associated with the request to verify an LDAP over TLS/SSL configuration.
49 …on:"groupId,omitempty"` // Unique identifier of the project that owns this alert configuration.
50 …mitempty"` // Contains the details of the request to verify an LDAP over TLS/SSL configuration.
51 … `json:"status,omitempty"` // The current status of the LDAP over TLS/SSL configuration.
52 …ation messages related to the verification of the provided LDAP over TLS/SSL configuration details.
53 Links []*Link `json:"links,omitempty"`
54 …json:"ldap,omitempty"` // Specifies the LDAP over TLS/SSL configuration details for an Atlas group.
149 …rationsServiceOp) Save(ctx context.Context, groupID string, configuration *LDAPConfiguration) (*LD…
/dports/net/syncthing/syncthing-1.18.1/syncthing/lib/api/
H A Dapi_auth.go43 …ddleware(cookieName string, guiCfg config.GUIConfiguration, ldapCfg config.LDAPConfiguration, next…
122 …me string, password string, guiCfg config.GUIConfiguration, ldapCfg config.LDAPConfiguration) bool…
136 func authLDAP(username string, password string, cfg config.LDAPConfiguration) bool {
/dports/net/syncthing/syncthing-1.18.1/syncthing/proto/lib/config/
H A Dldapconfiguration.proto10 message LDAPConfiguration { message