Changes

Jump to: navigation, search
/* Load Balancer as a Service (LBaaS) - Account example */
uidNumber: 3730083
gidNumber: 3730083
cn: 3730083.stoneysst-wiki.commeigecos: 3730083.stoney-wiki.comMichael Eichenberger #
homeDirectory: /home/3730083
loginShell: /bin/false
shadowWarning: 7
sstIsActive: TRUE
 
sstLBaaSFrontendURI: https://www.example.com/ # Uniform Resource Identifier with optional label
sstLBaaSFrontendURI: https://www.example.com:8080/ # Uniform Resource Identifier with optional label
sstLBaaSFrontendURI: https://example.com/ # Uniform Resource Identifier with optional label
sstLBaaSFrontendURI: https://api.example.com/ # Uniform Resource Identifier with optional label
 
sstLBaaSBackendURI: https://sst-int-001.os.stoney-cloud.com/ # Uniform Resource Identifier with optional label
sstLBaaSBackendURI: https://sst-int-002.os.stoney-cloud.com/ # Uniform Resource Identifier with optional label
 
sstLBaaSHost: haproxy-001.os.stoney-cloud.com # Fully qualified domain name (FQDN)
sstLBaaSHost: haproxy-002.os.stoney-cloud.com # Fully qualified domain name (FQDN)
sstProvisioningMode: add
sstBelongsToServiceUID: 4000003
</source>
 
This will result in the following <code>getent passwd</code> entry:
<syntaxhighlight lang='bash'>
.--------------------------------------------------------------------- login name
| .------------------------------------------------------------- encrypted password indicator
| | .----------------------------------------------------------- numerical user ID
| | | .--------------------------------------------------- numerical group ID
| | | | .------------------------------------------- gecos field (the typical format is a comma-delimited list)
| | | | | .---------------------- user home directory
| | | | | | .-------- user command interpreter
| | | | | | |
| | | | | | |
3730083:x:3730083:3730083:Michael Eichenberger:/home/3730083:/bin/sh
</syntaxhighlight>
The following table describes the different attributes:
| <center>MAY</center>
| <center>x</center>
| Identifies the entry's password and encryption method in the following format: <code>{encryption method}encrypted password</code>.  For example: <code>{SSHA}zBiT1dHAZh/8zbCeyocRVWhdP0j9xJ3U. This password will be automatically set through the Self-Service interface. Afterwords, the password can be changed by the user (including the reseller and customer). The initial password is stored in clear text and is encrypted by the provisioning daemon</code>.
|-
| <center>MUST</center>
| <center>x</center>
| Related to the /etc/shadow file, this attribute specifies the user's login ID. Is Has the same value as the '''<code>uid'''</code>. For example: '''<code>3730083'''</code>.
|-
| <center>MUST</center>
| <center>x</center>
| Group ID number. Is Has the same value as the '''<code>uid'''</code>. For example: '''<code>3730083'''</code>.
|-
3,368
edits