Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Search across different branches #50

Open
dim-0 opened this issue Sep 18, 2015 · 2 comments
Open

Search across different branches #50

dim-0 opened this issue Sep 18, 2015 · 2 comments

Comments

@dim-0
Copy link

dim-0 commented Sep 18, 2015

This is a feature request:
On my VPS i host the user accounts in different branches per domain. However, user names are only unique within one domain. So you might have two different users like
uid=user1,dc=example1.com,ou=domains,dc=example,dc=com
uid=user1,dc=example2.com,ou=domains,dc=example,dc=com

What I would like to do is letting the users authenticate with their "e-mail addresses" like user1@example1.com and user1@example2.com.
In order to make this happen, base DN and filter would need:

  • a split at '@' of the user name
  • two more replacements besides '%u' (for the complete user name); one like '%n' for the local part, one like '%d' for the domain part

Depending on my amount of spare time, I might submit a pull request in the near future.

@dim-0
Copy link
Author

dim-0 commented Sep 30, 2015

Should be done with commit e182795
Can you tell me, when things will

  • at first, be tested
  • if found good, be merged
  • if merged, built and available in debian-testing?
    Would be great to know...

Let me know, as soon as I need to fix or adjust some of my stuff!

Cheers

@dim-0
Copy link
Author

dim-0 commented Oct 22, 2015

May I help with any of this?
The pull request isn't too complicated.
Would be awesome to have this merged some time soon...

Cheers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant