RedHat::Kickstart is a Perl module used to generate RedHat Kickstart files.
Kickstart uses the RedHat::SysConfig.pm module to allow a perl script to make method calls which generate a RedHat Kickstart file.
auth { KEY => VALUE, ... }
auth
The auth method allows for the configuration of various authentication parameters such as MD5 and Shadow passwords, and NIS, LDAP, Kerberos and Hesiod configuration.
enablemd5 use md5 password encryption
enablenis enable NIS support
nisdomain specify a domain name for NIS
nisserver specify a server to use with NIS
useshadow use shadow passwords
enableldap enable LDAP user authentication
ldapserver specify an LDAP server
ldapbasedn specify the base LDAP domain name
enablekrb5 enable Kerberos 5 authentication
krb5realm specify the Kerberos realm
krb5kdc specify a list of KDC values
krb5adminserver specify the master KDC
enablehesiod enable Hesiod support for directory lookup
hesiodlhs specify heriod lhs (left-hand side)
hesiodrhs specify heriod rhs (right-hand side)
Product's homepage
Requirements:
· Perl