GET /api/auth_source_ldaps
List all authsource ldaps

Params

Param Name Description
page
Optional

結果をページ分割


Value:

Must be String

per_page
Optional

リクエストあたりのエントリ数


Value:

Must be String


GET /api/auth_source_ldaps/:id
Show an authsource ldap.

Params

Param Name Description
id
Required

Value:

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 auth_source_ldap.

Params

Param Name Description
auth_source_ldap
Required

Value:

Must be a Hash

auth_source_ldap[name]
Required

Value:

Must be String

auth_source_ldap[host]
Required

Value:

Must be String

auth_source_ldap[port]
Optional

デフォルトは 389 です。


Value:

Must be a number.

auth_source_ldap[account]
Optional

Value:

Must be String

auth_source_ldap[base_dn]
Optional

Value:

Must be String

auth_source_ldap[account_password]
Optional

onthefly_register が true の場合に必要です


Value:

Must be String

auth_source_ldap[attr_login]
Optional

onthefly_register が true の場合に必要です


Value:

Must be String

auth_source_ldap[attr_firstname]
Optional

onthefly_register が true の場合に必要です


Value:

Must be String

auth_source_ldap[attr_lastname]
Optional

onthefly_register が true の場合に必要です


Value:

Must be String

auth_source_ldap[attr_mail]
Optional

onthefly_register が true の場合に必要です


Value:

Must be String

auth_source_ldap[attr_photo]
Optional

Value:

Must be String

auth_source_ldap[onthefly_register]
Optional

Value:

Must be 'true' or 'false'

auth_source_ldap[usergroup_sync]
Optional

ログイン時に外部ユーザグループを同期


Value:

Must be 'true' or 'false'

auth_source_ldap[tls]
Optional

Value:

Must be 'true' or 'false'


PUT /api/auth_source_ldaps/:id
Update an auth_source_ldap.

Params

Param Name Description
id
Required

Value:

Must be String

auth_source_ldap
Required

Value:

Must be a Hash

auth_source_ldap[name]
Optional

Value:

Must be String

auth_source_ldap[host]
Optional

Value:

Must be String

auth_source_ldap[port]
Optional

デフォルトは 389 です。


Value:

Must be a number.

auth_source_ldap[account]
Optional

Value:

Must be String

auth_source_ldap[base_dn]
Optional

Value:

Must be String

auth_source_ldap[account_password]
Optional

onthefly_register が true の場合に必要です


Value:

Must be String

auth_source_ldap[attr_login]
Optional

onthefly_register が true の場合に必要です


Value:

Must be String

auth_source_ldap[attr_firstname]
Optional

onthefly_register が true の場合に必要です


Value:

Must be String

auth_source_ldap[attr_lastname]
Optional

onthefly_register が true の場合に必要です


Value:

Must be String

auth_source_ldap[attr_mail]
Optional

onthefly_register が true の場合に必要です


Value:

Must be String

auth_source_ldap[attr_photo]
Optional

Value:

Must be String

auth_source_ldap[onthefly_register]
Optional

Value:

Must be 'true' or 'false'

auth_source_ldap[usergroup_sync]
Optional

ログイン時に外部ユーザグループを同期


Value:

Must be 'true' or 'false'

auth_source_ldap[tls]
Optional

Value:

Must be 'true' or 'false'


DELETE /api/auth_source_ldaps/:id
Delete an auth_source_ldap.

Params

Param Name Description
id
Required

Value:

Must be String