В pGina группы не добавлены - PullRequest
0 голосов
/ 20 мая 2019

Я пытаюсь подключить pGina к LDAP.Кажется, аутентификация не дает ошибок, но я не добавляю группу администраторов и не понимаю, почему

Это моя конфигурация: https://pasteboard.co/Ifyzpqy.png

Это тестовый вывод симулятора: https://pasteboard.co/IfyzQIy.png

Это журнал, как я уже сказал, я не вижу никакой ошибки, но не добавляю ни одной группы:


****
**** Simulated login starting: lunedì, 20 maggio 2019 12:08:21
**** pGina Version:  3.2.4.1
**** Enabled plugins: 
****     Authentication: LDAP, Local Machine
****     Authorization: LDAP, Local Machine
****     Gateway: LDAP, Local Machine
****     Notification: 
****     Change Password: 
****
2019-05-20 12:08:21,733 [1|DEBUG] PluginDriver:eb1d7de9-22c1-4eab-8b2d-32573958eb96: New PluginDriver created
2019-05-20 12:08:21,740 [1|DEBUG] PluginDriver:eb1d7de9-22c1-4eab-8b2d-32573958eb96: Begin login chain, 1 stateful plugin(s).
2019-05-20 12:08:21,747 [1|DEBUG] LdapPlugin: BeginChain
2019-05-20 12:08:21,753 [1|DEBUG] LdapServer: Initializing LdapServer host(s): [10.164.88.33], port: 389, useSSL = False, useTLS = False, verifyCert = False
2019-05-20 12:08:21,760 [1|DEBUG] LdapServer: Timeout set to 10 seconds.
2019-05-20 12:08:21,766 [1|DEBUG] PluginDriver:eb1d7de9-22c1-4eab-8b2d-32573958eb96: Performing login process
2019-05-20 12:08:21,773 [1|DEBUG] PluginDriver:eb1d7de9-22c1-4eab-8b2d-32573958eb96: Authenticating user gionata.donati, 2 plugins available
2019-05-20 12:08:21,779 [1|DEBUG] PluginDriver:eb1d7de9-22c1-4eab-8b2d-32573958eb96: Calling 0f52390b-c781-43ae-bd62-553c77fa4cf7
2019-05-20 12:08:21,785 [1|DEBUG] LdapPlugin: AuthenticateUser(eb1d7de9-22c1-4eab-8b2d-32573958eb96)
2019-05-20 12:08:21,791 [1|DEBUG] LdapPlugin: Received username: gionata.donati
2019-05-20 12:08:21,797 [1|DEBUG] LdapPlugin: Attempting authentication for gionata.donati
2019-05-20 12:08:21,804 [1|DEBUG] LdapServer: Attempting bind as cn=admin,dc=nodomain
2019-05-20 12:08:21,811 [1|DEBUG] LdapServer: Successful bind to 10.164.88.33 as cn=admin,dc=nodomain
2019-05-20 12:08:21,818 [1|DEBUG] LdapServer: Searching for DN using filter uid=gionata.donati
2019-05-20 12:08:21,823 [1|DEBUG] LdapServer: Searching context dc=nodomain
2019-05-20 12:08:21,832 [1|DEBUG] LdapServer: Found DN: uid=gionata.donati,dc=nodomain
2019-05-20 12:08:21,838 [1|DEBUG] LdapServer: Attempting to bind with DN uid=gionata.donati,dc=nodomain
2019-05-20 12:08:21,845 [1|DEBUG] LdapServer: Attempting bind as uid=gionata.donati,dc=nodomain
2019-05-20 12:08:21,852 [1|DEBUG] LdapServer: Successful bind to 10.164.88.33 as uid=gionata.donati,dc=nodomain
2019-05-20 12:08:21,858 [1|DEBUG] LdapServer: LDAP DN uid=gionata.donati,dc=nodomain successfully bound to server, return success
2019-05-20 12:08:21,865 [1|DEBUG] PluginDriver:eb1d7de9-22c1-4eab-8b2d-32573958eb96: 0f52390b-c781-43ae-bd62-553c77fa4cf7 Succeeded
2019-05-20 12:08:21,871 [1|DEBUG] PluginDriver:eb1d7de9-22c1-4eab-8b2d-32573958eb96: Calling 12fa152d-a2e3-4c8d-9535-5dcd49dfcb6d
2019-05-20 12:08:21,877 [1|DEBUG] LocalMachine: AuthenticateUser(eb1d7de9-22c1-4eab-8b2d-32573958eb96)
2019-05-20 12:08:21,883 [1|DEBUG] LocalMachine: Found username: gionata.donati
2019-05-20 12:08:21,891 [1|INFO ] LocalMachine: Authenticated user: gionata.donati
2019-05-20 12:08:21,897 [1|DEBUG] LocalMachine: AuthenticateUser: Mirroring group membership from SAM
2019-05-20 12:08:21,936 [1|DEBUG] PluginDriver:eb1d7de9-22c1-4eab-8b2d-32573958eb96: 12fa152d-a2e3-4c8d-9535-5dcd49dfcb6d Succeeded
2019-05-20 12:08:21,943 [1|INFO ] PluginDriver:eb1d7de9-22c1-4eab-8b2d-32573958eb96: Successfully authenticated gionata.donati
2019-05-20 12:08:21,949 [1|DEBUG] PluginDriver:eb1d7de9-22c1-4eab-8b2d-32573958eb96: Authorizing user gionata.donati, 2 plugins available
2019-05-20 12:08:21,955 [1|DEBUG] PluginDriver:eb1d7de9-22c1-4eab-8b2d-32573958eb96: Calling 0f52390b-c781-43ae-bd62-553c77fa4cf7
2019-05-20 12:08:21,961 [1|DEBUG] LdapPlugin: LDAP Plugin Authorization
2019-05-20 12:08:21,967 [1|DEBUG] PluginDriver:eb1d7de9-22c1-4eab-8b2d-32573958eb96: Calling 12fa152d-a2e3-4c8d-9535-5dcd49dfcb6d
2019-05-20 12:08:21,973 [1|INFO ] PluginDriver:eb1d7de9-22c1-4eab-8b2d-32573958eb96: Successfully authorized gionata.donati
2019-05-20 12:08:21,980 [1|DEBUG] PluginDriver:eb1d7de9-22c1-4eab-8b2d-32573958eb96: Processing gateways for user gionata.donati, 2 plugins available
2019-05-20 12:08:21,986 [1|DEBUG] PluginDriver:eb1d7de9-22c1-4eab-8b2d-32573958eb96: Calling 0f52390b-c781-43ae-bd62-553c77fa4cf7
2019-05-20 12:08:21,992 [1|DEBUG] LdapPlugin: LDAP Plugin Gateway
2019-05-20 12:08:21,998 [1|DEBUG] PluginDriver:eb1d7de9-22c1-4eab-8b2d-32573958eb96: Calling 12fa152d-a2e3-4c8d-9535-5dcd49dfcb6d
2019-05-20 12:08:22,004 [1|DEBUG] LocalMachine: AuthenticatedUserGateway(eb1d7de9-22c1-4eab-8b2d-32573958eb96) for user: gionata.donati
2019-05-20 12:08:22,009 [1|DEBUG] LocalAccount[gionata.donati]: SyncToLocalUser()
2019-05-20 12:08:22,128 [1|DEBUG] LocalAccount[gionata.donati]: Checking for groups to remove.
2019-05-20 12:08:22,184 [1|DEBUG] LocalAccount[gionata.donati]: Checking for groups to add
2019-05-20 12:08:22,191 [1|DEBUG] LocalAccount[gionata.donati]: End SyncToLocalUser()
2019-05-20 12:08:22,203 [1|INFO ] PluginDriver:eb1d7de9-22c1-4eab-8b2d-32573958eb96: Successfully processed gateways for gionata.donati
2019-05-20 12:08:22,210 [1|DEBUG] PluginDriver:eb1d7de9-22c1-4eab-8b2d-32573958eb96: End login chain, 1 stateful plugin(s).
2019-05-20 12:08:22,216 [1|DEBUG] LdapPlugin: EndChain
2019-05-20 12:08:22,221 [1|DEBUG] LdapServer: Closing LDAP connection to 10.164.88.33.

У кого-нибудь есть какая-нибудь недоумка, где моя ошибка?

Добро пожаловать на сайт PullRequest, где вы можете задавать вопросы и получать ответы от других членов сообщества.
...