GPUdb.create_user_external( name = None, options = None )
Creates a new external user (a user whose credentials are managed by an external LDAP).
Input Parameter Description
| Name | Type | Description | 
|---|---|---|
| name | str | Name of the user to be created. Must exactly match the user's name in the external LDAP, prefixed with a @. Must not be the same name as an existing user in GPUdb. | 
| options | dict of str | Optional parameters. | 
Output Parameter Description
| Name | Type | Description | 
|---|---|---|
| name | str | Value of input parameter name. |