Skip to content

Integration with ApacheDS and AD #89

@shukalo83

Description

@shukalo83

Hello everyone!

I'm trying to make one virtual directory with ApacheDS and MS AD in the backend.

Please if you can offer sam examples config files, it would mean a lot.

We've just succeeded to connect to ApacheDS on the same host but we've got error that server does not offer any scheme and the default is being used.

Here's the link for the log and config files:
https://1drv.ms/u/s!AscO89aeoy8EmlDIIpSyzN1SdqJT?e=WPbVy8

Also, if it helps I'll paste the config here:

server.listener.port=10983


#Configure global chains

server.globalChain=LogAllTransactions

server.globalChain.LogAllTransactions.className=net.sourceforge.myvd.inserts.DumpTransaction

server.globalChain.LogAllTransactions.config.logLevel=info

server.globalChain.LogAllTransactions.config.label=Global





#Configure namespaces

server.nameSpaces=Root,ApacheDS



#Define RootDSE

server.Root.chain=RootDSE

server.Root.nameSpace=

server.Root.weight=0

server.Root.RootDSE.className=net.sourceforge.myvd.inserts.RootDSE

server.Root.RootDSE.config.namingContexts=dc=portal,dc=com

server.ApacheDS.chain=ldap
server.ApacheDS.nameSpace=dc=portal,dc=com
server.ApacheDS.weight=10
server.ApacheDS.ldap.className=net.sourceforge.myvd.inserts.ldap.LDAPInterceptor
server.ApacheDS.ldap.config.type=LDAP
server.ApacheDS.ldap.config.host=localhost
server.ApacheDS.ldap.config.port=10389
server.ApacheDS.ldap.config.remoteBase=o=company
server.ApacheDS.ldap.config.proxyDN=cn=user.id@group.com,ou=users,o=company
server.ApacheDS.ldap.config.proxyPass=test123

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions