<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000066">
<br>
<blockquote
cite="mid:1317735789.2382.19.camel@sgallagh520.bos.redhat.com"
type="cite">
<pre wrap="">Can you provide more information here? We DO have support for automatic
detection based on DNS SRV records. Does a "DC locator" use some other
mechanism?
</pre>
</blockquote>
Example AD domain CONTOSO.COM used on 3 sites - Prague,Cork, Dublin.<br>
I have machine in Prague and I want it to join CONTOSO.COM. Now if I
used:<br>
<br>
dns_discovery_domain = contoso.com<br>
<br>
sssd would try to connect to any DC in the domain - even the one in
Dublin, completely ignoring sites.<br>
I have to use:<br>
<br>
dns_discovery_domain = Prague._sites.contoso.com<br>
<br>
To force it to use Prague DCs only.<br>
My understanding is, that the "DC locator" tries to communicate with
DC's first to determine local site and remote DC's are only used if
no valid/working DC can be found in the local site (Prague in this
case).<br>
<br>
<blockquote
cite="mid:1317735789.2382.19.camel@sgallagh520.bos.redhat.com"
type="cite">
<pre wrap="">I'm not sure what you mean by this? Do you mean you don't want to have
to specify ldap_schema = rfc2307bis and have it instead auto-detected?
That's trickier than it sounds.
</pre>
</blockquote>
well this is a really small one. I would say it would be perfectly
sufficient to introduce something like:<br>
<br>
ldap_schema=msrfc2307bis <br>
<br>
which would be equivalent to:<br>
<br>
ldap_user_object_class = user<br>
ldap_group_object_class = group<br>
ldap_user_home_directory = unixHomeDirectory<br>
ldap_schema = rfc2307bis<br>
<br>
also, the ldap bind mechanism negotiation could be potentially
improved, now I have to explicitly specify<br>
<br>
ldap_sasl_mech = GSSAPI<br>
<br>
otherwise sssd tries to use SASL/EXTERNAL which fails when
communicating to AD controllers.<br>
<br>
<blockquote
cite="mid:1317735789.2382.19.camel@sgallagh520.bos.redhat.com"
type="cite">
<pre wrap="">What features of the krb5 library do you mean? SSSD provides a locator
plugin that manages several features of the krb5 library, including
kinit and kpasswd.
</pre>
</blockquote>
The thing is that not all Linux apps are using sssd so we have to
remember to configure /etc/krb5.conf. too.<br>
When using Centrify, all I need to do is:<br>
<br>
# adjoin contoso.com<br>
<br>
..which takes care of everything - /etc/nsswitch.conf, krb5.conf,
PAM modules, eeeverything. If I wanted to use sssd for the same job
I have to:<br>
<br>
1. configure (manually) /etc/samba/smb.conf<br>
2. net ads join (- just to get machine creds)<br>
3. configure (manually) sssd.conf<br>
4. configure (manually) PAM modules<br>
5. configure (manually) krb5.conf<br>
<br>
I understand that much of this is probably not sssd duty, but it
would be helpful to have some script around which would do the same
job.<br>
<BR><HR>
The information contained in this e-mail and in any attachments is confidential and is designated solely for the attention of the intended recipient(s). If you are not an intended recipient, you must not use, disclose, copy, distribute or retain this e-mail or any part thereof. If you have received this e-mail in error, please notify the sender by return e-mail and delete all copies of this e-mail from your computer system(s).
Please direct any additional queries to: communications@s3group.com.
Thank You.
Silicon and Software Systems Limited (S3 Group). Registered in Ireland no. 378073.
Registered Office: South County Business Park, Leopardstown, Dublin 18
<BR><HR><BR></body>
</html>