freeipa/ipa-server/ipa-install
2007-09-12 18:58:56 -04:00
..
share More DIT fixes discovered after testing 2007-08-31 18:36:54 -04:00
test Finalize DIT, this is waht we are probably going to have in the end, 2007-08-29 18:07:05 -04:00
ipa-server-install Better way to ask for the Realm name, with implicit default 2007-09-12 18:58:56 -04:00
ipa-server-setupssl in F7 all directory names have changed from fedora-ds to dirsrv 2007-08-15 19:45:18 -04:00
Makefile - Abstracted client class to work directly or over RPC 2007-08-06 10:05:53 -04:00
README Fix duplicate entry error to be more descriptive. 2007-09-07 16:53:34 -07:00

Required packages:

krb5-server
fedora-ds-base
fedora-ds-base-devel
openldap-clients
openldap-devel
krb5-server-ldap
cyrus-sasl-gssapi
httpd
mod_auth_kerb
ntp
openssl-devel
nspr-devel
nss-devel
mozldap-devel
mod_python
gcc
python-ldap
TurboGears

Installation example:

TEMPORARY: until bug https://bugzilla.redhat.com/show_bug.cgi?id=248169 is
           fixed.

Please apply the fedora-ds.init.patch in freeipa/ipa-server/ipa-install/share/
to patch your init scripts before running ipa-server-install. This tells
FDS where to find its kerberos keytab.

Things done as root are denoted by #. Things done as a unix user are denoted
by %.

# cd freeipa
# patch -p0 < ipa-server/ipa-install/share/fedora-ds.init.patch

Now to do the installation.

# cd freeipa
# make install

To start an interactive installation use:
# /usr/sbin/ipa-server-install 

For more verbose output add the -d flag run the command with -h to see all options

You have a basic working system with one super administrator (named admin).

To create another administrative user:

% kinit admin@FREEIPA.ORG
% /usr/sbin/ipa-adduser -f Test -l User test
% ldappasswd -Y GSSAPI -h localhost -s password uid=test,cn=users,cn=accounts,dc=freeipa,dc=org
% /usr/sbin/ipa-groupmod -a test admins

An admin user is just a regular user in the group admin.

Now you can destroy the old ticket and log in as test:

% kdestroy
% kinit test@FREEIPA.ORG
% /usr/sbin/ipa-finduser test