fedora-infrastructure/fas
2007-12-19 10:58:01 -07:00
..
fas Added some verbage spcifying a preference for a full signed CLA 2007-12-19 10:58:01 -07:00
fas.egg-info Make OpenID actually work, disable SSL for testing, move deploy-specific config to dev.cfg. 2007-10-03 18:18:11 -07:00
gnupg Working CLA implementation. 2007-09-26 08:34:22 -07:00
ldap Fix cert serial error. 2007-12-19 08:52:28 -07:00
po Update POT, the CLA shows up even though it will not be translated (xml:lang="en") 2007-09-26 20:53:38 -07:00
.gitignore Update POT, the CLA shows up even though it will not be translated (xml:lang="en") 2007-09-26 20:53:38 -07:00
dev.cfg Fix cert serial error. 2007-12-19 08:52:28 -07:00
pybabel.conf Add error messages, "add group" functionality, and updated POT file/pybabel mapping file. 2007-08-20 22:00:58 -07:00
README.txt Added -c to the ldapadd command which will cause it to ignore warnings (as there are many duplicates in the database from a CLA bug) 2007-09-06 07:46:16 -07:00
sample-prod.cfg Initial import. Old location http://cvs.fedoraproject.org/viewcvs/accounts2/?root=fedora 2007-07-06 09:24:13 -05:00
setup.py Initial import. Old location http://cvs.fedoraproject.org/viewcvs/accounts2/?root=fedora 2007-07-06 09:24:13 -05:00
start-fas.py Initial import. Old location http://cvs.fedoraproject.org/viewcvs/accounts2/?root=fedora 2007-07-06 09:24:13 -05:00
test.cfg Initial import. Old location http://cvs.fedoraproject.org/viewcvs/accounts2/?root=fedora 2007-07-06 09:24:13 -05:00

fas

This is a TurboGears (http://www.turbogears.org) project. It can be
started by running the start-fas.py script.


LDAP Dump / restore:
ldapsearch -x -D 'cn=directory manager' -b 'dc=fedoraproject,dc=org' "objectclass=*" \* aci > LDAPDump
ldapadd -c -x -D 'cn=directory manager' -f LDAPDump -W


Add to top of LDIF if pulling from Postgres:
# fedoraproject.org
dn: dc=fedoraproject,dc=org
objectClass: top
objectClass: domain
dc: fedoraproject
aci: (targetattr!="userPassword")(version 3.0; acl "Enable anonymous access";a
 llow (read, search, compare)userdn="ldap:///anyone";)
aci: (targetattr="carLicense ||description ||displayName ||facsimileTelephoneN
 umber ||homePhone ||homePostalAddress ||initials ||jpegPhoto ||labeledURL ||m
 ail ||mobile ||pager ||photo ||postOfficeBox ||postalAddress ||postalCode ||p
 referredDeliveryMethod ||preferredLanguage ||registeredAddress ||roomNumber |
 |secretary ||seeAlso ||st ||street ||telephoneNumber ||telexNumber ||title ||
 userCertificate ||userPassword ||userSMIMECertificate ||x500UniqueIdentifier"
 )(version 3.0; acl "Enable self write for common attributes"; allow (write) u
 serdn="ldap:///self";)

# FedoraGroups, fedoraproject.org
dn: ou=FedoraGroups, dc=fedoraproject,dc=org
objectClass: top
objectClass: organizationalunit
ou: FedoraGroups

# People, fedoraproject.org
dn: ou=People, dc=fedoraproject,dc=org
objectClass: top
objectClass: organizationalunit
ou: People