Hi Wayne, > I've been trying to set up ACI and I've run out of documentation. Looks like > there's some left to be written. Fair enough.
The ApacheDS ACI subsytem is based on the X.500 specification. Therefor a good documentation for ACIs may be this specification: http://www.itu.int/rec/T-REC-X.501-200508-I/en And of course Chadwick's X.500 book: http://sec.cs.kent.ac.uk/x500book/ > I've dug through the code to try and find things like grantsAndDenials > values,etc but end up looking for the code used to make > shared-ldap-0.9.5.5.jar. I can't seem to find any of that. Anyone know > where I can find such? The best way to browse the source cod would be to checkout the complete apacheds code including the dependencies (that include shared-ldap): svn co http://svn.apache.org/repos/asf/directory/apacheds/trunk-with-dependencies/ apacheds-trunk You could find the shared-ldap code here, either the trunk or your requested version 0.9.5.5: http://svn.apache.org/repos/asf/directory/shared/trunk/ldap/ http://svn.apache.org/repos/asf/directory/shared/releases/0.9.5.5/ldap/ Or for online browseing: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/ http://svn.apache.org/viewvc/directory/shared/releases/0.9.5.5/ldap/ HTH, Stefan Seelmann > Wayne Johnson > Senior Software Engineer > MQSoftware, Inc. > 1660 S Highway 100 > Minneapolis, MN 55416 > (952) 345-8628 > > >
