Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

ibod.cf(4) [redhat man page]

IBOD.CF(4)						     Kernel Interfaces Manual							IBOD.CF(4)

NAME
ibod.cf - configuration file for ibod (ISDN Bandwidth On Demand) DESCRIPTION
This file contains the initial configuration values for the ibod daemon. Each line contains a keyword and a value. Boolean attributes are set with 0 or 1 which corresponds to false and true respectively. A boolean attribute not specified at all is always false. Lines beginning with # are treated as comments and will be ignored. IMPORTANT RULES! 1. Keywords are case sensitive. 2. Kewords must begin at the first column. 3. Keywords and values must be separated by exactly one (1) space or tab character. This file is re-read every time ibod receives SIGHUP (1) signal. OPTIONS DEVICE <name> Name of ISDN PPP device. Default is ippp0. ENABLE 1|0 Enable/disable bandwidth-on-demand. Default is enable (1). INTERVAL <n> Specify the sample time interval in ms. Default is 500 ms. FILTER <n> Defines "filtering factor". A value of 10 means that the average bytes/sec value measured over 10 intervals must pass the limit defined by LIMIT to bring up or down the slave link. Default is 5. LIMIT <n> Transfer rate limit in bytes/sec for bringing up or down ISDN slave channel. Default is 7000. STAYUP 0|1 Enable/disable slave channel stay up function. If enabled, the 2:nd cannel (slave link) will stay up even if the average bytes/sec decrease the value defined by LIMIT. In this case the slave link will stay up until hangup time is reached. (Example: isdnctrl hup- timeout ippp1 60) If disabled the slave link will be brought down in the same way it was brought up. Default is 0. STAYUP_TIME <n> Defines the minimum time in seconds the 2:nd channel will unconditionally stay up after it has been brought up. Default value is 30. SEE ALSO
ibod(1) and xibod(1) AUTHOR
Bjoern Smith, Smith@Compound.SE IBOD.CF(4)

Check Out this Related Man Page

kpropd(1M)																kpropd(1M)

NAME
kpropd - Kerberos propagation daemon for slave KDCs SYNOPSIS
/usr/lib/krb5/kpropd [-d] [-f temp_dbfile] [-F dbfile] [-p kdb_util] [-P port_number] [-r realm] [-s srv_tabfile] [-S] [-a acl_file] The kpropd command runs on the slave KDC server. It listens for update requests made by kprop(1M) from the master KDC and periodically requests incremental updates from the master KDC. When the slave receives a kprop request from the master, kpropd copies principal data to a temporary text file. Next, kpropd invokes kdb5_util(1M) (unless a different database utility is selected) to load the text file in database format. When the slave periodically requests incremental updates, kpropd update its principal.ulog file with any updates from the master. kpro- plog(1M) can be used to view a summary of the update entry log on the slave KDC. kpropd is not configured for incremental database propagation by default. These settings can be changed in the kdc.conf(4) file: sunw_dbprop_enable = [true | false] Enables or disables incremental database propagation. Default is false. sunw_dbprop_slave_poll = N[s, m, h] Specifies how often the slave KDC polls for any updates that the master might have. Default is 2m (two minutes). The kiprop/<hostname>@<REALM> principal must exist in the slave's keytab file to enable the master to authenticate incremental propagation requests from the slave. In this syntax, <hostname> is the slave KDC's host name and <REALM> is the realm in which the slave KDC resides. The following options are supported: -d Enable debug mode. Default is debug mode disabled. -f temp_dbfile The location of the slave's temporary principal database file. Default is /var/krb5/from_master. -F dbfile The location of the slave's principal database file. Default is /var/krb5/principal. -p kdb_util The location of the Kerberos database utility used for loading principal databases. Default is /usr/sbin/kdb5_util. -P port_number Specifies the port number on which kpropd will listen. Default is 754 (service name: krb5_prop). -r realm Specifies from which Kerberos realm kpropd will receive information. Default is specified in /etc/krb5/krb5.conf. -s srv_tabfile The location of the service table file used to authenticate the kpropd daemon. -S Run the daemon in standalone mode, instead of having inetd listen for requests. Default is non-standalone mode. -a acl_file The location of the kpropd's access control list to verify if this server can run the kpropd daemon. The file contains a list of prin- cipal name(s) that will be receiving updates. Default is /etc/krb5/kpropd.acl. /var/krb5/principal Kerberos principal database. /var/krb5/principal.ulog The update log file. /etc/krb5/kdc.conf KDC configuration information. /etc/krb5/kpropd.acl List of principals of all the KDCs; resides on each slave KDC. /var/krb5/from_master Temporary file used by kpropd before loading this to the principal database. See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWkdcu | +-----------------------------+-----------------------------+ |Interface Stability |Evolving | +-----------------------------+-----------------------------+ kdb5_util(1M), kprop(1M), kproplog(1M), kdc.conf(4), krb5.conf(4), attributes(5), SEAM(5) The kprop service is managed by the service management facility, smf(5), under the service identifier: svc:/network/security/krb5_prop:default Administrative actions on this service, such as enabling, disabling, or requesting restart, can be performed using svcadm(1M). Responsibil- ity for initiating and restarting this service is delegated to inetd(1M). Use inetadm(1M) to make configuration changes and to view config- uration information for this service. The service's status can be queried using the svcs(1) command. 11 Jul 2005 kpropd(1M)
Man Page