<div dir="ltr">Hey guys,<div><br></div><div>I'll try to make a tutorial soon, sorry I'm quite in a rush these days :)<div><br></div><div>General idea:</div><div><br></div><div>On FreeIPA (4.1)</div><div>- `ipa-adtrust-install --add-sids` (creates ipaNTsecurityidentifier attribude, also known as SID)</div><div>- regenerate each user password to build ipaNTHash attribute, not here by default on users</div><div>- use your ldap browser to check ipaNTHash values are here on user objects</div><div>- create a CIFS service for your samba server</div><div>- Create user roles/permissions as described here: <a href="http://freeipa-users.redhat.narkive.com/ez2uKpFS/authenticate-samba-3-or-4-with-freeipa" style="font-size:12.8000001907349px" target="_blank">http://freeipa-users.redhat.narkive.com/ez2uKpFS/authenticate-samba-3-or-4-with-freeipa</a> so that CIFS service will be able to read ipaNTsecurityidentifier and ipaNTHash attributes in LDAP (ACI)</div><div>- SCP ipasam.so module to your cifs server (this is the magic trick) : scp /usr/lib64/samba/pdb/ipasam.so root@samba-server.domain:/usr/lib64/samba/pdb/ You can also try to recompile it.</div><div><br></div><div>On SAMBA Server side (CentOS 7...)</div><div>- Install server keytab file for CIFS</div><div>- check ipasam.so is here.</div><div>- check you can read password hash in LDAP with `ldapsearch -Y GSSAPI uid=admin ipaNTHash` thanks to kerberos<br></div><div>- make your smb.conf following the linked thread and restart service</div><div><br></div><div>I don't know if it works in Ubuntu. I know sssd has evolved quickly and ipasam may use quite recent functionalities, the best is to just try. You can read in previous thread : "If you insist on Ubuntu you need to get ipasam somewhere, most likely to compile it yourself".</div><div><br></div><div>Make sure your user has ipaNTHash attribute :)</div><div><br></div><div>You may want to debug authentication on samba server, I usually do this:</div><div>`tail -f /var/log/samba/log* | grep <username></div><div class="gmail_extra"><br></div><div class="gmail_extra">Cheers<br clear="all"><div><div><font face="arial, helvetica, sans-serif"><div><span style="font-family:arial"><font face="arial, helvetica, sans-serif"><div>--</div><div><font color="#666666">Youenn Piolet</font></div><div><font size="1" color="#999999"><a href="mailto:piolet.y@gmail.com" target="_blank">piolet.y@gmail.com</a></font></div><div style="font-size:large"><span style="font-size:small"><span style="font-family:arial"><div><font face="tahoma, sans-serif"><span style="font-family:arial,verdana,tahoma,sans-serif;font-size:11px"><span style="font-family:tahoma,sans-serif;font-size:small"><font color="#666666"><span style="color:rgb(142,142,142);font-family:arial,verdana,tahoma,sans-serif;font-size:11px"><em><br></em></span></font></span></span></font></div><font color="#8E8E8E" face="arial, verdana, tahoma, sans-serif"></font></span><font color="#8E8E8E" face="arial, verdana, tahoma, sans-serif"></font><font color="#8E8E8E" face="arial, verdana, tahoma, sans-serif"></font></span></div></font></span></div></font></div></div>
<br><div class="gmail_quote">2015-08-05 17:40 GMT+02:00 Matt . <span dir="ltr"><<a href="mailto:yamakasi.014@gmail.com" target="_blank">yamakasi.014@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
This sounds great to me too, but a howto would help to make it more<br>
clear about what you have done here. The thread confuses me a little<br>
bit.<br>
<br>
Can you paste your commands so we can test out too and report back ?<br>
<br>
Thanks!<br>
<span><font color="#888888"><br>
Matt<br>
</font></span><div><div><br>
2015-08-05 15:18 GMT+02:00 Christopher Lamb <<a href="mailto:christopher.lamb@ch.ibm.com" target="_blank">christopher.lamb@ch.ibm.com</a>>:<br>
> Hi Youenn<br>
><br>
> Good news that you have got an integration working<br>
><br>
> Now you have got it going, and the solution is fresh in your mind, how<br>
> about adding a How-to page on this solution to the FreeIPA wiki?<br>
><br>
> Chris<br>
><br>
><br>
><br>
> From:   Youenn PIOLET <<a href="mailto:piolet.y@gmail.com" target="_blank">piolet.y@gmail.com</a>><br>
> To:     "Matt ." <<a href="mailto:yamakasi.014@gmail.com" target="_blank">yamakasi.014@gmail.com</a>><br>
> Cc:     Christopher Lamb/Switzerland/IBM@IBMCH,<br>
>             "<a href="mailto:freeipa-users@redhat.com" target="_blank">freeipa-users@redhat.com</a>" <<a href="mailto:freeipa-users@redhat.com" target="_blank">freeipa-users@redhat.com</a>><br>
> Date:   <a href="tel:05.08.2015%2014" value="+33508201514" target="_blank">05.08.2015 14</a>:51<br>
> Subject:        Re: [Freeipa-users] Ubuntu Samba Server Auth against IPA<br>
><br>
><br>
><br>
> Hi guys,<br>
><br>
> Thank you so much your previous answers.<br>
> I realised my SID were stored in ipaNTsecurityidentifier, thanks to<br>
> ipa-adtrust-install --add-sids<br>
><br>
> I found an other way to configure smb here:<br>
> <a href="http://freeipa-users.redhat.narkive.com/ez2uKpFS/authenticate-samba-3-or-4-with-freeipa" rel="noreferrer" target="_blank">http://freeipa-users.redhat.narkive.com/ez2uKpFS/authenticate-samba-3-or-4-with-freeipa</a><br>
> It works perfectly.<br>
><br>
> I'm using module ipasam.so I have manually scp to the samba server,<br>
> Samba is set to use kerberos + ldapsam via this ipasam module.<br>
> Following the instructions, I created a user role allowing service<br>
> principal to read ipaNTHash value from the LDAP.<br>
> ipaNTHash are generated each time a user changes his password.<br>
> Authentication works perfectly on Windows 7, 8 and 10.<br>
><br>
> For more details, the previously linked thread is quite clear.<br>
><br>
> Cheers<br>
><br>
> --<br>
> Youenn Piolet<br>
> <a href="mailto:piolet.y@gmail.com" target="_blank">piolet.y@gmail.com</a><br>
><br>
><br>
> 2015-08-05 11:10 GMT+02:00 Matt . <<a href="mailto:yamakasi.014@gmail.com" target="_blank">yamakasi.014@gmail.com</a>>:<br>
>   Hi Chris.<br>
><br>
>   Yes, Apache Studio did that but I was not sure why it complained it<br>
>   was "already" there.<br>
><br>
>   I'm still getting:<br>
><br>
>   IPA Error 4205: ObjectclassViolation<br>
><br>
>   missing attribute "sambaGroupType" required by object class<br>
>   "sambaGroupMapping"<br>
><br>
>   When adding a user.<br>
><br>
>   I also see "class" as fielname under my "Last name", this is not OK also.<br>
><br>
><br>
><br>
>   We sure need to make some howto, I think we can nail this down :)<br>
><br>
>   Thanks for the heads up!<br>
><br>
>   Matthijs<br>
><br>
>   2015-08-05 7:51 GMT+02:00 Christopher Lamb <<a href="mailto:christopher.lamb@ch.ibm.com" target="_blank">christopher.lamb@ch.ibm.com</a>>:<br>
>   > Hi Matt<br>
>   ><br>
>   > If I use Apache Directory Studio to add an attribute ipaCustomFields to<br>
>   > cn=ipaConfig,cn=etc, the operation it performs is a modify, as shown<br>
>   below:<br>
>   ><br>
>   > #!RESULT OK<br>
>   > #!CONNECTION ldap://xxx-ldap2.my.silly.example.com:yyy<br>
>   > #!DATE 2015-08-05T05:45:04.608<br>
>   > dn: cn=ipaConfig,cn=etc,dc=my,dc=silly,dc=example,dc=com<br>
>   > changetype: modify<br>
>   > add: ipaCustomFields<br>
>   > ipaCustomFields: Samba Group Type,sambagrouptype,true<br>
>   ><br>
>   > After that I then have a visible attribute ipaCustomFields as expected.<br>
>   ><br>
>   > When adding the attribute, the wizard offered me "ipaCustomFields" as<br>
>   > attribute type in a drop down list.<br>
>   ><br>
>   > Once we get this cracked, we really must write a how-to on the FreeIPA<br>
>   > Wiki.<br>
>   ><br>
>   > Chris<br>
>   ><br>
>   ><br>
>   ><br>
>   > From:   Christopher Lamb/Switzerland/IBM@IBMCH<br>
>   > To:     "Matt ." <<a href="mailto:yamakasi.014@gmail.com" target="_blank">yamakasi.014@gmail.com</a>><br>
>   > Cc:     "<a href="mailto:freeipa-users@redhat.com" target="_blank">freeipa-users@redhat.com</a>" <<a href="mailto:freeipa-users@redhat.com" target="_blank">freeipa-users@redhat.com</a>><br>
>   > Date:   <a href="tel:05.08.2015%2007" value="+33508201507" target="_blank">05.08.2015 07</a>:31<br>
>   > Subject:        Re: [Freeipa-users] Ubuntu Samba Server Auth against<br>
>   IPA<br>
>   > Sent by:        <a href="mailto:freeipa-users-bounces@redhat.com" target="_blank">freeipa-users-bounces@redhat.com</a><br>
>   ><br>
>   ><br>
>   ><br>
>   > Hi Matt<br>
>   ><br>
>   > I also got the same result at that step, but can see nothing in Apache<br>
>   > Directory Studio.<br>
>   ><br>
>   > As I am using existing Samba / FreeIPA groups migrated across, they<br>
>   > probably were migrated with all the required attributes.<br>
>   ><br>
>   > Looking more closely at that LDIF: I wonder should it not be:<br>
>   ><br>
>   > ldapmodify -Y GSSAPI <<EOF<br>
>   > dn: cn=ipaconfig,cn=etc,dc=domain,dc=tld<br>
>   > changetype: modify<br>
>   > add: ipaCustomFields<br>
>   > ipaCustomFields: "Samba Group Type,sambagrouptype,true"<br>
>   > EOF<br>
>   ><br>
>   > i.e. changetype: modify, instead of changetype add ?<br>
>   ><br>
>   > I don't want to play around with my prod directory - I will setup an EL<br>
>   7.1<br>
>   > VM and install FreeIPA 4.x and Samba 4.x That will allow me to play<br>
>   around<br>
>   > more destructively.<br>
>   ><br>
>   > Chris<br>
>   ><br>
>   ><br>
>   ><br>
>   ><br>
>   ><br>
>   > From:            "Matt ." <<a href="mailto:yamakasi.014@gmail.com" target="_blank">yamakasi.014@gmail.com</a>><br>
>   > To:              Christopher Lamb/Switzerland/IBM@IBMCH<br>
>   > Cc:              Youenn PIOLET <<a href="mailto:piolet.y@gmail.com" target="_blank">piolet.y@gmail.com</a>>, "<br>
>   <a href="mailto:freeipa-users@redhat.com" target="_blank">freeipa-users@redhat.com</a>"<br>
>   >             <<a href="mailto:freeipa-users@redhat.com" target="_blank">freeipa-users@redhat.com</a>><br>
>   > Date:            <a href="tel:05.08.2015%2001" value="+33508201501" target="_blank">05.08.2015 01</a>:01<br>
>   > Subject:                 Re: [Freeipa-users] Ubuntu Samba Server Auth<br>
>   against IPA<br>
>   ><br>
>   ><br>
>   ><br>
>   > Hi Chris,<br>
>   ><br>
>   > I'm at the right path, but my issue is that:<br>
>   ><br>
>   > ldapmodify -Y GSSAPI <<EOF<br>
>   > dn: cn=ipaconfig,cn=etc,dc=domain,dc=tld<br>
>   > changetype: add<br>
>   > add: ipaCustomFields<br>
>   > ipaCustomFields: "Samba Group Type,sambagrouptype,true"<br>
>   > EOF<br>
>   ><br>
>   > Does say it exists, my ldap explorer doesn't show it, and when I add<br>
>   > it manually as an attribute it still fails when I add a user on this<br>
>   > sambagrouptype as it's needed by the other attributes<br>
>   ><br>
>   > So that is my issue I think so far.<br>
>   ><br>
>   > Any clue about that ?<br>
>   ><br>
>   > No problem "you don't know something or are no guru" we are all<br>
>   > learning! :)<br>
>   ><br>
>   > Cheers,<br>
>   ><br>
>   > Matt<br>
>   ><br>
>   ><br>
>   > 2015-08-04 21:22 GMT+02:00 Christopher Lamb <<br>
>   <a href="mailto:christopher.lamb@ch.ibm.com" target="_blank">christopher.lamb@ch.ibm.com</a>>:<br>
>   >> Hi Matt, Youeen<br>
>   >><br>
>   >> Just to set the background properly, I did not invent this process. I<br>
>   > know<br>
>   >> only a little about FreeIPA, and almost nothing about Samba, but I<br>
>   guess<br>
>   > I<br>
>   >> was lucky enough to get the integration working on a Sunday afternoon.<br>
>   (I<br>
>   >> did have an older FreeIPA 3.x / Samba 3.x installation as a<br>
>   reference).<br>
>   >><br>
>   >> It sounds like we need to step back, and look at the test user and<br>
>   group<br>
>   > in<br>
>   >> the FreeIPA LDAP tree. I find using an LDAP browser makes this much<br>
>   > easier.<br>
>   >><br>
>   >> My FreeIPA / Samba Users have the following Samba extensions in<br>
>   FreeIPA<br>
>   >> (cn=accounts, cn=users):<br>
>   >><br>
>   >> * objectClass: sambasamaccount<br>
>   >><br>
>   >> * Attributes: sambaSID, sambaNTPassword, sambaPwdLastSet<br>
>   >><br>
>   >> My FreeIPA / Samba Groups have the following Samba extensions in<br>
>   FreeIPA<br>
>   >> (cn=accounts, cn=groups):<br>
>   >><br>
>   >> * objectClass: sambaGroupMapping<br>
>   >><br>
>   >> * Attributes: sambaGroupType, sambaSID<br>
>   >><br>
>   >> The Users must belong to one or more of the samba groups that you have<br>
>   >> setup.<br>
>   >><br>
>   >> If you don't have something similar to the above (which sounds like it<br>
>   is<br>
>   >> the case), then something went wrong applying the extensions. It would<br>
>   be<br>
>   >> worth testing comparing a new user / group created post adding the<br>
>   >> extensions to a previous existing user.<br>
>   >><br>
>   >> i.e.<br>
>   >> are the extensions missing on existing users / groups?<br>
>   >> are the extensions missing on new users / groups?<br>
>   >><br>
>   >> Cheers<br>
>   >><br>
>   >> Chris<br>
>   >><br>
>   >><br>
>   >><br>
>   >><br>
>   >><br>
>   >> From:   Youenn PIOLET <<a href="mailto:piolet.y@gmail.com" target="_blank">piolet.y@gmail.com</a>><br>
>   >> To:     "Matt ." <<a href="mailto:yamakasi.014@gmail.com" target="_blank">yamakasi.014@gmail.com</a>><br>
>   >> Cc:     Christopher Lamb/Switzerland/IBM@IBMCH,<br>
>   >>             "<a href="mailto:freeipa-users@redhat.com" target="_blank">freeipa-users@redhat.com</a>" <<a href="mailto:freeipa-users@redhat.com" target="_blank">freeipa-users@redhat.com</a>><br>
>   >> Date:   <a href="tel:04.08.2015%2018" value="+33408201518" target="_blank">04.08.2015 18</a>:56<br>
>   >> Subject:        Re: [Freeipa-users] Ubuntu Samba Server Auth against<br>
>   IPA<br>
>   >><br>
>   >><br>
>   >><br>
>   >> Hi there,<br>
>   >><br>
>   >> I have difficulties to follow you at this point :)<br>
>   >> Here is what I've done and what I've understood:<br>
>   >><br>
>   >> ## SMB Side<br>
>   >> - Testparm OK<br>
>   >> - I've got the same NT_STATUS_NO_SUCH_USER when I try to connect.<br>
>   >> - pdbedit -Lv output is all successfull but I can see there is a<br>
>   filter :<br>
>   >> (&(uid=*)(objectclass=sambaSamAccount). In LDAP, the users don't have<br>
>   >> sambaSamAccount.<br>
>   >><br>
>   >> ## LDAP / FreeIPA side<br>
>   >> - Since SMB server uses LDAP, I did ipa-adtrust-install on my FreeIPA<br>
>   >> server to get samba LDAP extensions.<br>
>   >> - I can see samba classes exist in LDAP but are not used on my group<br>
>   >> objects nor my user objects<br>
>   >> - I have add sambaSamAccount in FreeIPA default user classes,<br>
>   >> and sambaGroupMapping to default group classes. In that state I can't<br>
>   >> create user nor groups anymore, as new samba attributes are needed for<br>
>   >> instantiation.<br>
>   >> - I have add in etc ipaCustomFields: 'Samba Group<br>
>   > Type,sambagrouptype,true'<br>
>   >> but I don't get what it does.<br>
>   >> - I tried to add the samba.js plugin. It works, and adds the "local"<br>
>   > option<br>
>   >> when creating a group in FreeIPA, supposed to set sambagrouptype to 4<br>
>   or<br>
>   > 2<br>
>   >> (domain). It doesn't work and tells that sambagrouptype attribute<br>
>   doesn't<br>
>   >> exist (but it should now I put sambaGroupType class by default...)<br>
>   >><br>
>   >> ## Questions<br>
>   >> 0) Can I ask samba not to search sambaSamAccount and use unix / posix<br>
>   >> instead? I guess no.<br>
>   >> 1) How to generate the user/group SIDs ? They are requested to add<br>
>   >> sambaSamAccount classes.<br>
>   >> This article doesn't seem relevant since we don't use domain<br>
>   controller<br>
>   >><br>
>   ><br>
>   <a href="http://docs.fedoraproject.org/en-US/Fedora/17/html/FreeIPA_Guide/cifs.html" rel="noreferrer" target="_blank">http://docs.fedoraproject.org/en-US/Fedora/17/html/FreeIPA_Guide/cifs.html</a><br>
><br>
>   >> and netgetlocalsid returns an error.<br>
>   >> 2) How to fix samba.js plugin?<br>
>   >> 3) I guess an equivalent of samba.js is needed for user creation,<br>
>   where<br>
>   > can<br>
>   >> I find it?<br>
>   >> 4) Is your setup working with Windows 8 / Windows 10 and not only<br>
>   Windows<br>
>   >> 7?<br>
>   >><br>
>   >> Thanks a lot for your previous and future answers<br>
>   >><br>
>   >> --<br>
>   >> Youenn Piolet<br>
>   >> <a href="mailto:piolet.y@gmail.com" target="_blank">piolet.y@gmail.com</a><br>
>   >><br>
>   >><br>
>   >> 2015-08-04 17:55 GMT+02:00 Matt . <<a href="mailto:yamakasi.014@gmail.com" target="_blank">yamakasi.014@gmail.com</a>>:<br>
>   >>   Hi,<br>
>   >><br>
>   >>   Yes, log is anonymised.<br>
>   >><br>
>   >>   It's strange, my user doesn't have a SambaPwdLastSet, also when I<br>
>   >>   change it's password it doesn't get it in ldap.<br>
>   >><br>
>   >>   There must be something going wrong I guess.<br>
>   >><br>
>   >>   Matt<br>
>   >><br>
>   >>   2015-08-04 17:45 GMT+02:00 Christopher Lamb<br>
>   > <<a href="mailto:christopher.lamb@ch.ibm.com" target="_blank">christopher.lamb@ch.ibm.com</a><br>
>   >>   >:<br>
>   >>   > Hi Matt<br>
>   >>   ><br>
>   >>   > I assume [username] is a real username, identical to that in the<br>
>   >>   FreeIPA<br>
>   >>   > cn=accounts, cn=users tree? (i.e. you anonymised the log extract).<br>
>   >>   ><br>
>   >>   > You user should be a member of the appropriate samba groups that<br>
>   you<br>
>   >>   setup<br>
>   >>   > in FreeIPA.<br>
>   >>   ><br>
>   >>   > You should check that the user attribute SambaPwdLastSet is set to<br>
>   a<br>
>   >>   > positive value (e.g. 1). If not you get an error in the Samba logs<br>
>   -<br>
>   > I<br>
>   >>   > would need to play around again with a test user to find out the<br>
>   > exact<br>
>   >>   > error.<br>
>   >>   ><br>
>   >>   > I don't understand what you mean about syncing the users local,<br>
>   but<br>
>   > we<br>
>   >>   did<br>
>   >>   > not need to do anything like that.<br>
>   >>   ><br>
>   >>   > Chris<br>
>   >>   ><br>
>   >>   ><br>
>   >>   ><br>
>   >>   ><br>
>   >>   > From:   "Matt ." <<a href="mailto:yamakasi.014@gmail.com" target="_blank">yamakasi.014@gmail.com</a>><br>
>   >>   > To:     Christopher Lamb/Switzerland/IBM@IBMCH<br>
>   >>   > Cc:     "<a href="mailto:freeipa-users@redhat.com" target="_blank">freeipa-users@redhat.com</a>" <<a href="mailto:freeipa-users@redhat.com" target="_blank">freeipa-users@redhat.com</a>><br>
>   >>   > Date:   <a href="tel:04.08.2015%2015" value="+33408201515" target="_blank">04.08.2015 15</a>:33<br>
>   >>   > Subject:        Re: [Freeipa-users] Ubuntu Samba Server Auth<br>
>   against<br>
>   >>   IPA<br>
>   >>   ><br>
>   >>   ><br>
>   >>   ><br>
>   >>   > Hi Chris,<br>
>   >>   ><br>
>   >>   > A puppet run added another passdb backend, that was causing my<br>
>   issue.<br>
>   >>   ><br>
>   >>   > What I still experience is:<br>
>   >>   ><br>
>   >>   ><br>
>   >>   > [2015/08/04 15:29:45.477783,  3]<br>
>   >>   > ../source3/auth/check_samsec.c:399(check_sam_security)<br>
>   >>   >   check_sam_security: Couldn't find user 'username' in passdb.<br>
>   >>   > [2015/08/04 15:29:45.478026,  2]<br>
>   >>   > ../source3/auth/auth.c:288(auth_check_ntlm_password)<br>
>   >>   >   check_ntlm_password:  Authentication for user [username] -><br>
>   >>   > [username] FAILED with error NT_STATUS_NO_SUCH_USER<br>
>   >>   ><br>
>   >>   ><br>
>   >>   > I also wonder if I shall still sync the users local, or is it<br>
>   > needed ?<br>
>   >>   ><br>
>   >>   > Thanks again,<br>
>   >>   ><br>
>   >>   > Matt<br>
>   >>   ><br>
>   >>   > 2015-08-04 14:16 GMT+02:00 Christopher Lamb <<br>
>   >>   <a href="mailto:christopher.lamb@ch.ibm.com" target="_blank">christopher.lamb@ch.ibm.com</a>>:<br>
>   >>   >> Hi Matt<br>
>   >>   >><br>
>   >>   >> From our smb.conf file:<br>
>   >>   >><br>
>   >>   >> [global]<br>
>   >>   >>    security = user<br>
>   >>   >>    passdb backend = ldapsam:ldap://<a href="http://xxx-ldap2.my.silly.example.com" rel="noreferrer" target="_blank">xxx-ldap2.my.silly.example.com</a><br>
>   >>   >>    ldap suffix = dc=my,dc=silly,dc=example,dc=com<br>
>   >>   >>    ldap admin dn = cn=Directory Manager<br>
>   >>   >><br>
>   >>   >> So yes, we use Directory Manager, it works for us. I have not<br>
>   tried<br>
>   >>   with<br>
>   >>   > a<br>
>   >>   >> less powerful user, but it is conceivable that a lesser user may<br>
>   not<br>
>   >>   see<br>
>   >>   >> all the required attributes, resulting in "no such user" errors.<br>
>   >>   >><br>
>   >>   >> Chris<br>
>   >>   >><br>
>   >>   >><br>
>   >>   >><br>
>   >>   >><br>
>   >>   >> From:   "Matt ." <<a href="mailto:yamakasi.014@gmail.com" target="_blank">yamakasi.014@gmail.com</a>><br>
>   >>   >> To:     Christopher Lamb/Switzerland/IBM@IBMCH<br>
>   >>   >> Cc:     "<a href="mailto:freeipa-users@redhat.com" target="_blank">freeipa-users@redhat.com</a>" <<a href="mailto:freeipa-users@redhat.com" target="_blank">freeipa-users@redhat.com</a>><br>
>   >>   >> Date:   <a href="tel:04.08.2015%2013" value="+33408201513" target="_blank">04.08.2015 13</a>:32<br>
>   >>   >> Subject:        Re: [Freeipa-users] Ubuntu Samba Server Auth<br>
>   against<br>
>   >>   IPA<br>
>   >>   >><br>
>   >>   >><br>
>   >>   >><br>
>   >>   >> Hi Chris,<br>
>   >>   >><br>
>   >>   >> Thanks for the heads up, indeed local is 4 I see now when I add a<br>
>   >>   >> group from the GUI, great thanks!<br>
>   >>   >><br>
>   >>   >> But do you use Directory Manager as ldap admin user or some other<br>
>   >>   >> admin account ?<br>
>   >>   >><br>
>   >>   >> I'm not sure id DM is needed and it should get that deep into<br>
>   IPA.<br>
>   >>   >> Also when starting samba it cannot find "such user" as that<br>
>   sounds<br>
>   >>   >> quite known as it has no UID.<br>
>   >>   >><br>
>   >>   >> From your config I see you use DM, this should work ?<br>
>   >>   >><br>
>   >>   >> Thanks!<br>
>   >>   >><br>
>   >>   >><br>
>   >>   >> Matt<br>
>   >>   >><br>
>   >>   >><br>
>   >>   ><br>
>   >>   ><br>
>   >>   ><br>
>   >>   ><br>
>   >><br>
>   >>   --<br>
>   >>   Manage your subscription for the Freeipa-users mailing list:<br>
>   >>   <a href="https://www.redhat.com/mailman/listinfo/freeipa-users" rel="noreferrer" target="_blank">https://www.redhat.com/mailman/listinfo/freeipa-users</a><br>
>   >>   Go to <a href="http://freeipa.org" rel="noreferrer" target="_blank">http://freeipa.org</a> for more info on the project<br>
>   >><br>
>   >><br>
>   >><br>
>   ><br>
>   ><br>
>   ><br>
>   ><br>
>   > --<br>
>   > Manage your subscription for the Freeipa-users mailing list:<br>
>   > <a href="https://www.redhat.com/mailman/listinfo/freeipa-users" rel="noreferrer" target="_blank">https://www.redhat.com/mailman/listinfo/freeipa-users</a><br>
>   > Go to <a href="http://freeipa.org" rel="noreferrer" target="_blank">http://freeipa.org</a> for more info on the project<br>
>   ><br>
>   ><br>
>   ><br>
>   ><br>
><br>
>   --<br>
>   Manage your subscription for the Freeipa-users mailing list:<br>
>   <a href="https://www.redhat.com/mailman/listinfo/freeipa-users" rel="noreferrer" target="_blank">https://www.redhat.com/mailman/listinfo/freeipa-users</a><br>
>   Go to <a href="http://freeipa.org" rel="noreferrer" target="_blank">http://freeipa.org</a> for more info on the project<br>
><br>
><br>
><br>
</div></div></blockquote></div><br></div></div></div>