-
Notifications
You must be signed in to change notification settings - Fork 8
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
don't work with idm or freeipa #29
Comments
Hi, |
Hello |
hello |
@aphroditae please create new issue and report what exactly happens. In what way it "does not work"? |
thank you for answering.
After changing the language to English, I saved it by selecting Google Authenticator and it worked normally.
It would be nice if it could be modified so that it can be saved normally even in other languages.
I speak Korean.
From: Evgeny ***@***.***>
Sent: Wednesday, August 31, 2022 9:23 PM
To: BGmot/zabbix ***@***.***>
Cc: aphroditae ***@***.***>; Mention ***@***.***>
Subject: Re: [BGmot/zabbix] don't work with idm or freeipa (Issue #29)
@aphroditae <https://github.com/aphroditae> please create new issue and report what exactly happens. In what way it "does not work"?
—
Reply to this email directly, view it on GitHub <#29 (comment)> , or unsubscribe <https://github.com/notifications/unsubscribe-auth/AWM7A3M777AHNERFZTQNBLDV35FDNANCNFSM56A4ZTBQ> .
You are receiving this because you were mentioned. <https://github.com/notifications/beacon/AWM7A3KKZMNEIRRDPACENDTV35FDNA5CNFSM56A4ZTB2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOJF6AZ3Q.gif> Message ID: ***@***.***>
|
Hey,
i have a problem with auth when i'm using freeipa ldap auth.
Freeipa uses binddn for users like this:
cn=users,cn=accounts,dc=idm,dc=local
but when analyzing the code, I found the following: in the file CUser.php string number 2240
if (preg_match('/CN=(.+?),OU=/i', $adgroup, $matches)) {
if I change OU to CN then authorization starts working and users are created using groups.
best regards
The text was updated successfully, but these errors were encountered: