Steel Belted Radius Carrier 7.0 Reference Guide > Internal LDAP Directory
> [Settings] Section
[Settings] Section
If you intend to use your own external LDAP server, you can configure the following items in the [Settings] section (Table 177) of ss7ldapdb.gen.
ConfigLog=ConsoleAndLog
LDAPServerIPAddr = 127.0.0.1
LDAPServerPort = 389
LDAPUserName = cn=Manager, o=sbrsms, c=US
LDAPPassword=password
LDAPBaseDN= o=sbrsms, c=US
LDAPVersion = 3
LDAPServerTimeOutSec = 0
LDAPMaxNumConnections = 300
StaleAccountCleanerSweepFrequencyMin = 30
ExpiredAccountGracePeriodMin = 7
Table 177: ss7ldapdb.gen [Settings] Fields
|
|
ConfigLog
|
Specifies where LDAP configuration information is logged. Options are:
- None - Do not log LDAP configuration information.
- Log - Record LDAP configuration information in the Steel-Belted Radius Carrier log file.
- Console - Display configuration information on the console only.
- ConsoleAndLog (default) - Record LDAP configuration information in the Steel-Belted Radius Carrier log file and display configuration information on the Steel-Belted Radius Carrier console.
|
LDAPServerIPAddr
|
The IP address of the LDAP server.
The default is 127.0.0.1.
|
LDAPServerPort
|
The port number for the LDAP server.
The default value is 389.
|
LDAPUserName
|
The string for the name of the LDAP server user account.
The default is cn=Manager, o=sbrsms, c=US.
|
LDAPPassword
|
The LDAP server password. This password string must correspond to the credentials of the user account name in the previous field.
The default is password.
|
LDAPBaseDN
|
The specification for the directory tree where LDAP SMS files, including provisioned accounts, are stored.
The default is o=sbrsms, c=US.
|
LDAPVersion
|
The version of LDAP supported by smsldapdb. The version specified here must match the version number of the LDAP server. You can specify 2 or 3.
The default is 3.
|
LDAPServerTimeOutSec
|
If a connection to the LDAP server cannot be made within the specified number of seconds, the transaction with the server is cancelled. A value of 0 means no transaction timeout.
The default is 0.
|
LDAPMaxNumConnections
|
The maximum number of simultaneous connections with the LDAP server.
The default is 300.
|
StaleAccountCleanerSweepFrequencyMin
|
Specifies how often accounts that have exceeded their grace period are purged from the LDAP database.
The default is 30 minutes.
|
ExpiredAccountGracePeriodMin
|
Grace period, in minutes, within which an expired account may be re-billed, if the subscriber authenticates with the previously provided password during this period.
The default is 7.
|