freeipa/ipaserver/install
Rob Crittenden 559c76f761 Add option to the installer for uid/gid starting numbers.
This also adds a new option to the template system. If you include
eval(string) in a file that goes through the templater then the
string in the eval will be evaluated by the Python interpreter. This is
used so one can do $UIDSTART+1. If any errors occur during the evaluation
the original string is is returned, eval() and all so it is up to the
developer to make sure the evaluation passes.

The default value for uid and gid is now a random value between
1,000,000 and (2^31 - 1,000,000)
2009-08-27 14:15:26 -04:00
..
__init__.py Mass tree reorganization for IPAv2. To view previous history of files use: 2009-02-03 15:27:14 -05:00
bindinstance.py Clean up some problems discovered with pylint and pychecker 2009-08-12 13:18:15 -04:00
cainstance.py Generate CRLs and make them available from the IPA web server 2009-08-26 09:51:19 -04:00
certs.py Fixed whitespace indentation error in certs.py 2009-07-27 19:23:31 -06:00
dsinstance.py Add option to the installer for uid/gid starting numbers. 2009-08-27 14:15:26 -04:00
httpinstance.py Clean up some problems discovered with pylint and pychecker 2009-08-12 13:18:15 -04:00
installutils.py Clean up some problems discovered with pylint and pychecker 2009-08-12 13:18:15 -04:00
krbinstance.py Clean up some problems discovered with pylint and pychecker 2009-08-12 13:18:15 -04:00
ldapupdate.py Use the csv module instead of my own hackish lexer. 2009-05-19 09:49:01 -04:00
Makefile.am Implement an installer for the Dogtag certificate system. 2009-04-03 14:06:09 -04:00
ntpinstance.py Clean up some problems discovered with pylint and pychecker 2009-08-12 13:18:15 -04:00
replication.py Clean up some problems discovered with pylint and pychecker 2009-08-12 13:18:15 -04:00
service.py Use LDAP instead of flat file for zone storage 2009-06-02 12:32:01 +02:00