GET /api/auth_source_ldaps
List all LDAP authentication sources

參數

參數名字 描述
search
選填

篩選結果

Validations:

  • Must be String

order
選填

排序結果

Validations:

  • Must be String

page
選填

編頁結果

Validations:

  • Must be String

per_page
選填

每個請求的項目數量

Validations:

  • Must be String


GET /api/auth_source_ldaps/:id
Show an LDAP authentication source

參數

參數名字 描述
id
必填

Validations:

  • Must be an identifier, string from 1 to 128 characters containing only alphanumeric characters, space, underscore(_), hypen(-) with no leading or trailing space.


POST /api/auth_source_ldaps
Create an LDAP authentication source

參數

參數名字 描述
auth_source_ldap
必填

Validations:

  • Must be a Hash

auth_source_ldap[name]
必填

Validations:

  • Must be String

auth_source_ldap[host]
必填

Validations:

  • Must be String

auth_source_ldap[port]
選填 , 允許空值

defaults to 389

Validations:

  • Must be a number.

auth_source_ldap[account]
選填 , 允許空值

Validations:

  • Must be String

auth_source_ldap[base_dn]
選填 , 允許空值

Validations:

  • Must be String

auth_source_ldap[account_password]
選填 , 允許空值

required if onthefly_register is true

Validations:

  • Must be String

auth_source_ldap[attr_login]
選填 , 允許空值

required if onthefly_register is true

Validations:

  • Must be String

auth_source_ldap[attr_firstname]
選填 , 允許空值

required if onthefly_register is true

Validations:

  • Must be String

auth_source_ldap[attr_lastname]
選填 , 允許空值

required if onthefly_register is true

Validations:

  • Must be String

auth_source_ldap[attr_mail]
選填 , 允許空值

required if onthefly_register is true

Validations:

  • Must be String

auth_source_ldap[attr_photo]
選填 , 允許空值

Validations:

  • Must be String

auth_source_ldap[onthefly_register]
選填 , 允許空值

Validations:

  • Must be 'true' or 'false' or '1' or '0'

auth_source_ldap[usergroup_sync]
選填 , 允許空值

sync external user groups on login

Validations:

  • Must be 'true' or 'false' or '1' or '0'

auth_source_ldap[tls]
選填 , 允許空值

Validations:

  • Must be 'true' or 'false' or '1' or '0'

auth_source_ldap[groups_base]
選填 , 允許空值

groups base DN

Validations:

  • Must be String

auth_source_ldap[server_type]
選填 , 允許空值

type of the LDAP server

Validations:

  • Must be one of: free_ipa, active_directory, posix.

auth_source_ldap[ldap_filter]
選填 , 允許空值

LDAP過濾器

Validations:

  • Must be String


PUT /api/auth_source_ldaps/:id
Update an LDAP authentication source

參數

參數名字 描述
id
必填

Validations:

  • Must be String

auth_source_ldap
必填

Validations:

  • Must be a Hash

auth_source_ldap[name]
選填

Validations:

  • Must be String

auth_source_ldap[host]
選填

Validations:

  • Must be String

auth_source_ldap[port]
選填 , 允許空值

defaults to 389

Validations:

  • Must be a number.

auth_source_ldap[account]
選填 , 允許空值

Validations:

  • Must be String

auth_source_ldap[base_dn]
選填 , 允許空值

Validations:

  • Must be String

auth_source_ldap[account_password]
選填 , 允許空值

required if onthefly_register is true

Validations:

  • Must be String

auth_source_ldap[attr_login]
選填 , 允許空值

required if onthefly_register is true

Validations:

  • Must be String

auth_source_ldap[attr_firstname]
選填 , 允許空值

required if onthefly_register is true

Validations:

  • Must be String

auth_source_ldap[attr_lastname]
選填 , 允許空值

required if onthefly_register is true

Validations:

  • Must be String

auth_source_ldap[attr_mail]
選填 , 允許空值

required if onthefly_register is true

Validations:

  • Must be String

auth_source_ldap[attr_photo]
選填 , 允許空值

Validations:

  • Must be String

auth_source_ldap[onthefly_register]
選填 , 允許空值

Validations:

  • Must be 'true' or 'false' or '1' or '0'

auth_source_ldap[usergroup_sync]
選填 , 允許空值

sync external user groups on login

Validations:

  • Must be 'true' or 'false' or '1' or '0'

auth_source_ldap[tls]
選填 , 允許空值

Validations:

  • Must be 'true' or 'false' or '1' or '0'

auth_source_ldap[groups_base]
選填 , 允許空值

groups base DN

Validations:

  • Must be String

auth_source_ldap[server_type]
選填 , 允許空值

type of the LDAP server

Validations:

  • Must be one of: free_ipa, active_directory, posix.

auth_source_ldap[ldap_filter]
選填 , 允許空值

LDAP過濾器

Validations:

  • Must be String


PUT /api/auth_source_ldaps/:id/test
Test LDAP connection

參數

參數名字 描述
id
必填

Validations:

  • Must be String


DELETE /api/auth_source_ldaps/:id
Delete an LDAP authentication source

參數

參數名字 描述
id
必填

Validations:

  • Must be String