Modify

Ticket #3993 (closed defect: fixed)

Opened 15 months ago

Last modified 13 months ago

Zentyal 2.3 Radius Configuration uses wrong bind authentication

Reported by: airtonix@… Owned by: scabrero@…
Milestone: 3.0 Component: users
Severity: major Keywords: samba4 ldap kerberos radius
Cc:

Description

Now that samba4 is in 2.3, the radius configuration still uses the old (and now invalid) bind authentication details.

it should now be something like :

ldap {
       server = "10.0.0.1"
       identity = "CN=Administrator,CN=Users,DC=zentyal,DC=domain"
       password = Zentyal1234
       basedn = "dc=zentyal,dc=domain"
       filter = "(&(sAMAccountName=%{Stripped-User-Name:-%{User-Name}}))"
       ldap_connections_number = 5
       timeout = 4
       timelimit = 3
       net_timeout = 1
       tls {
               start_tls = no
       }
       access_attr = "msNPAllowDialin"
       dictionary_mapping = ${confdir}/ldap.attrmap
       edir_account_policy_check = no
}just tack on 

identity can also be "administrator@…"

Other problems :

  1. Group membership checks... possibly use this filter instead of the above :
filter = "(&(sAMAccountName=%{Stripped-User-Name:-%{User-Name}})(memberOf=%{Radius-Group-DN}))"
  1. Passwords are no longer the responsibility of the samba4 ldap database. I suspect they are in kerberos or some other database.

This means I can no longer authenticate zentyal-desktop clients and radius clients until i work this out.

Attachments

Change History

comment:1 Changed 15 months ago by airtonix@…

your awesome (insert sarcasm) website software here removed some salient details :

`identity` can also be "administrator[at]zentyal.domain"

comment:2 Changed 15 months ago by jamor@…

  • Owner changed from jamor@… to scabrero@…

comment:3 Changed 15 months ago by jamor@…

  • Severity changed from critical to major

comment:4 Changed 14 months ago by jamor@…

  • Status changed from new to accepted

comment:5 Changed 14 months ago by jamor@…

  • Owner changed from scabrero@… to jamor@…

comment:6 Changed 13 months ago by jamor@…

  • Owner changed from jamor@… to scabrero@…

I think with the last changes en zentyal-user the LDAP binding info is correct (it is get by API calls) so it rest the group/kerberos issues

Last edited 13 months ago by jamor@… (previous) (diff)

comment:7 Changed 13 months ago by jamor@…

  • Status changed from accepted to closed
  • Resolution set to fixed

Fixed in [b173f37] , based in the development branch of users modules, the changes will be published in the next release.

View

Add a comment

Modify Ticket

Change Properties
<Author field>
Action
as closed
The resolution will be deleted. Next status will be 'reopened'
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.