Skip to content

Commit

Permalink
Merge pull request #3 from joshmoore/fix-m21
Browse files Browse the repository at this point in the history
Fix m21
  • Loading branch information
sbesson committed Feb 23, 2016
2 parents f4e0831 + 2a928ba commit bf6e7bd
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.*un~
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ RUN chown ${APACHEDS_USER}:${APACHEDS_GROUP} ${APACHEDS_CMD} \
&& chmod u+rx ${APACHEDS_CMD}

ADD instance/* ${APACHEDS_BOOTSTRAP}/conf/
ADD ome.ldif ${APACHEDS_BOOTSTRAP}/
RUN mkdir ${APACHEDS_BOOTSTRAP}/cache \
&& mkdir ${APACHEDS_BOOTSTRAP}/run \
&& mkdir ${APACHEDS_BOOTSTRAP}/log \
Expand Down
3 changes: 3 additions & 0 deletions instance/config.ldif
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ objectClass: ads-authenticator
objectClass: ads-authenticatorImpl
ads-authenticatorClass: org.apache.directory.server.core.authn.AnonymousAuthenticator
ads-enabled: TRUE
ads-baseDn: ou=config

dn: ads-authenticatorid=simpleauthenticator,ou=authenticators,ads-interceptorId=authenticationInterceptor,ou=interceptors,ads-directoryServiceId=default,ou=config
ads-authenticatorid: simpleauthenticator
Expand All @@ -98,6 +99,7 @@ objectClass: ads-authenticator
objectClass: ads-authenticatorImpl
ads-authenticatorClass: org.apache.directory.server.core.authn.SimpleAuthenticator
ads-enabled: TRUE
ads-baseDn: ou=config

dn: ads-authenticatorid=strongauthenticator,ou=authenticators,ads-interceptorId=authenticationInterceptor,ou=interceptors,ads-directoryServiceId=default,ou=config
ads-authenticatorid: strongauthenticator
Expand All @@ -107,6 +109,7 @@ objectClass: ads-authenticator
objectClass: ads-authenticatorImpl
ads-authenticatorClass: org.apache.directory.server.core.authn.StrongAuthenticator
ads-enabled: TRUE
ads-baseDn: ou=config

dn: ou=passwordPolicies,ads-interceptorId=authenticationInterceptor,ou=interceptors,ads-directoryServiceId=default,ou=config
objectClass: organizationalUnit
Expand Down
File renamed without changes.
23 changes: 23 additions & 0 deletions ome.ldif
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
version: 1

dn: dc=org
objectClass: extensibleObject
objectClass: domain
objectClass: top
dc: org

dn: dc=openmicroscopy,dc=org
objectClass: extensibleObject
objectClass: domain
objectClass: top
dc: openmicroscopy

dn: ou=Users,dc=openmicroscopy,dc=org
objectClass: organizationalUnit
objectClass: top
ou: Users

dn: ou=Groups,dc=openmicroscopy,dc=org
objectClass: organizationalUnit
objectClass: top
ou: Groups

0 comments on commit bf6e7bd

Please sign in to comment.