I suggest we reorganize the modules under directory-kerberos. All the modules under 'contrib' are essential components hence must be moved to the project root directory.
Add a new folder 'mech' or 'mechanisms' and move various auth mechanisms like 'pkix', 'token' etc there. Move 'haox-kdc/kdc-server' to the root level and the create a new folder at the root level to hold all the backend implementations (and the ldap-identity-backend will be moved here). 'contrib' folder can be used to store any contribution from other parties. And, we should drop the project prefix from the folder names and set that prefix in <artifactId> in the respective module's pom.xml. For example, 'haox-asn1' should be renamed to 'asn1' and change the pom.xml to contain <artifactId>haox-asn1</artifactId> wdyt? -- Kiran Ayyagari http://keydap.com
