From pcombs at megocollector.com Thu Apr 3 12:20:31 2014 From: pcombs at megocollector.com (pcombs at megocollector.com) Date: Thu, 03 Apr 2014 08:20:31 -0400 Subject: [CentOS-docs] Edit Wiki Message-ID: <11f168f981ce08f78356f0ab7dd78e79@megocollector.com> username: paulcombs subject: http://wiki.centos.org/AdrianHall/CentralizedLDAPAuth I find that the CentOS Wiki's to be useful, however, sometimes incomplete. I would like to contribute where I can to complete Wiki articles so that the end result is the expected result. I have been in contact with Adrian Hall author of this article ttp://wiki.centos.org/AdrianHall/CentralizedLDAPAuth and would like edit rights to make a few initial corrections, and maybe more to it a little later after a few test installations. Thank you, Paul Below is the email trail ... ---------------------------------------------------- Thanks Paul, I am no longer in this community and this paper is a couple of years old. Feel free to petition to get edit rights and update it. Sent from my iPad On Apr 2, 2014, at 7:54 AM, pcombs at megocollector.com wrote: I was walking through your writeup the other day in the attempt to get a working LDAP server. http://wiki.centos.org/AdrianHall/CentralizedLDAPAuth A good writeup, however, I found a few errors in it, that I should point out to you. I have a list, where the (-) is the line that should be changed to the (+). They became easy to spot, when I did some cutting and pasting. My aim in pointing these out is so that it may be easier for the next person to walk through these otherwise good instructions. -yum -y install openldap openldapservers openldap-clients perl +yum -y install openldap openldap-servers openldap-clients perl -ldapseaarch -x -H ldap:/// -b BASE-DN "(objectclass=nisMap)" +ldapsearch -x -H ldap:/// -b BASE-DN "(objectclass=nisMap)" -ldapadd -a -f /root/ahall.ldif -H ldap:/// -C "cn=Manager,BASE-DN" -W +ldapadd -a -f /root/ahall.ldif -H ldap:/// -D "cn=Manager,BASE-DN" -W -yum -y install openldap openlda-clients nss-pam-ldapd pam_ldap nscd autofs rpcbind nfs-utils +yum -y install openldap openldap-clients nss-pam-ldapd pam_ldap nscd autofs rpcbind nfs-utils Have a great day. Thank you, Paul From jperrin at centos.org Thu Apr 3 20:52:36 2014 From: jperrin at centos.org (Jim Perrin) Date: Thu, 03 Apr 2014 15:52:36 -0500 Subject: [CentOS-docs] Edit Wiki In-Reply-To: <11f168f981ce08f78356f0ab7dd78e79@megocollector.com> References: <11f168f981ce08f78356f0ab7dd78e79@megocollector.com> Message-ID: <533DCA14.1090907@centos.org> Try the page now. You should be ACL'd onto that page. On 04/03/2014 07:20 AM, pcombs at megocollector.com wrote: > > username: paulcombs > > subject: http://wiki.centos.org/AdrianHall/CentralizedLDAPAuth > > I find that the CentOS Wiki's to be useful, however, sometimes > incomplete. I would like to contribute where I can to complete Wiki > articles so that the end result is the expected result. > > I have been in contact with Adrian Hall author of this article > ttp://wiki.centos.org/AdrianHall/CentralizedLDAPAuth and would like edit > rights to make a few initial corrections, and maybe more to it a little > later after a few test installations. > > Thank you, > Paul > > > > Below is the email trail ... > > ---------------------------------------------------- > > Thanks Paul, > > I am no longer in this community and this paper is a couple of years > old. Feel free to petition to get edit rights and update it. > > Sent from my iPad > > On Apr 2, 2014, at 7:54 AM, pcombs at megocollector.com wrote: I was > walking through your writeup the other day in the attempt to get a > working LDAP server. > http://wiki.centos.org/AdrianHall/CentralizedLDAPAuth A good writeup, > however, I found a few errors in it, that I should point out to you. I > have a list, where the (-) is the line that should be changed to the > (+). They became easy to spot, when I did some cutting and pasting. My > aim in pointing these out is so that it may be easier for the next > person to walk through these otherwise good instructions. -yum -y > install openldap openldapservers openldap-clients perl +yum -y install > openldap openldap-servers openldap-clients perl -ldapseaarch -x -H > ldap:/// -b BASE-DN "(objectclass=nisMap)" +ldapsearch -x -H ldap:/// -b > BASE-DN "(objectclass=nisMap)" -ldapadd -a -f /root/ahall.ldif -H > ldap:/// -C "cn=Manager,BASE-DN" -W +ldapadd -a -f /root/ahall.ldif -H > ldap:/// -D "cn=Manager,BASE-DN" -W -yum -y install openldap > openlda-clients nss-pam-ldapd pam_ldap nscd autofs rpcbind nfs-utils > +yum -y install openldap openldap-clients nss-pam-ldapd pam_ldap nscd > autofs rpcbind nfs-utils Have a great day. Thank you, Paul > _______________________________________________ > CentOS-docs mailing list > CentOS-docs at centos.org > http://lists.centos.org/mailman/listinfo/centos-docs > -- Jim Perrin The CentOS Project | http://www.centos.org twitter: @BitIntegrity | GPG Key: FA09AD77 From pcombs at megocollector.com Thu Apr 3 21:08:04 2014 From: pcombs at megocollector.com (Paul Combs) Date: Thu, 03 Apr 2014 17:08:04 -0400 Subject: [CentOS-docs] Edit Wiki In-Reply-To: <533DCA14.1090907@centos.org> References: <11f168f981ce08f78356f0ab7dd78e79@megocollector.com> <533DCA14.1090907@centos.org> Message-ID: <533DCDB4.20904@megocollector.com> Thank you, Jim. However, a small problem, I provided you the incorrect username of *p*aul*c*ombs, it should be *P*aul*C*ombs. I didn't realize it was case sensitive. I am not able to login with the paulcombs account. Whenever you have a moment to correct, it would be greatly appreciated. Thank you, Paul On 4/3/2014 4:52 PM, Jim Perrin wrote: > Try the page now. You should be ACL'd onto that page. > > On 04/03/2014 07:20 AM, pcombs at megocollector.com wrote: >> username: paulcombs >> >> subject: http://wiki.centos.org/AdrianHall/CentralizedLDAPAuth >> >> I find that the CentOS Wiki's to be useful, however, sometimes >> incomplete. I would like to contribute where I can to complete Wiki >> articles so that the end result is the expected result. >> >> I have been in contact with Adrian Hall author of this article >> ttp://wiki.centos.org/AdrianHall/CentralizedLDAPAuth and would like edit >> rights to make a few initial corrections, and maybe more to it a little >> later after a few test installations. >> >> Thank you, >> Paul >> >> >> >> Below is the email trail ... >> >> ---------------------------------------------------- >> >> Thanks Paul, >> >> I am no longer in this community and this paper is a couple of years >> old. Feel free to petition to get edit rights and update it. >> >> Sent from my iPad >> >> On Apr 2, 2014, at 7:54 AM, pcombs at megocollector.com wrote: I was >> walking through your writeup the other day in the attempt to get a >> working LDAP server. >> http://wiki.centos.org/AdrianHall/CentralizedLDAPAuth A good writeup, >> however, I found a few errors in it, that I should point out to you. I >> have a list, where the (-) is the line that should be changed to the >> (+). They became easy to spot, when I did some cutting and pasting. My >> aim in pointing these out is so that it may be easier for the next >> person to walk through these otherwise good instructions. -yum -y >> install openldap openldapservers openldap-clients perl +yum -y install >> openldap openldap-servers openldap-clients perl -ldapseaarch -x -H >> ldap:/// -b BASE-DN "(objectclass=nisMap)" +ldapsearch -x -H ldap:/// -b >> BASE-DN "(objectclass=nisMap)" -ldapadd -a -f /root/ahall.ldif -H >> ldap:/// -C "cn=Manager,BASE-DN" -W +ldapadd -a -f /root/ahall.ldif -H >> ldap:/// -D "cn=Manager,BASE-DN" -W -yum -y install openldap >> openlda-clients nss-pam-ldapd pam_ldap nscd autofs rpcbind nfs-utils >> +yum -y install openldap openldap-clients nss-pam-ldapd pam_ldap nscd >> autofs rpcbind nfs-utils Have a great day. Thank you, Paul >> _______________________________________________ >> CentOS-docs mailing list >> CentOS-docs at centos.org >> http://lists.centos.org/mailman/listinfo/centos-docs >> -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.centos.org/pipermail/centos-docs/attachments/20140403/206a8920/attachment.html From jperrin at centos.org Thu Apr 3 21:17:55 2014 From: jperrin at centos.org (Jim Perrin) Date: Thu, 03 Apr 2014 16:17:55 -0500 Subject: [CentOS-docs] Edit Wiki In-Reply-To: <533DCDB4.20904@megocollector.com> References: <11f168f981ce08f78356f0ab7dd78e79@megocollector.com> <533DCA14.1090907@centos.org> <533DCDB4.20904@megocollector.com> Message-ID: <533DD003.6010308@centos.org> Sure thing. Try it now. On 04/03/2014 04:08 PM, Paul Combs wrote: > Thank you, Jim. > However, a small problem, I provided you the incorrect username of > *p*aul*c*ombs, it should be *P*aul*C*ombs. I didn't realize it was case > sensitive. I am not able to login with the paulcombs account. > > Whenever you have a moment to correct, it would be greatly appreciated. > Thank you, > Paul > > On 4/3/2014 4:52 PM, Jim Perrin wrote: >> Try the page now. You should be ACL'd onto that page. >> >> On 04/03/2014 07:20 AM, pcombs at megocollector.com wrote: >>> username: paulcombs >>> >>> subject: http://wiki.centos.org/AdrianHall/CentralizedLDAPAuth >>> >>> I find that the CentOS Wiki's to be useful, however, sometimes >>> incomplete. I would like to contribute where I can to complete Wiki >>> articles so that the end result is the expected result. >>> >>> I have been in contact with Adrian Hall author of this article >>> ttp://wiki.centos.org/AdrianHall/CentralizedLDAPAuth and would like edit >>> rights to make a few initial corrections, and maybe more to it a little >>> later after a few test installations. >>> >>> Thank you, >>> Paul >>> >>> >>> >>> Below is the email trail ... >>> >>> ---------------------------------------------------- >>> >>> Thanks Paul, >>> >>> I am no longer in this community and this paper is a couple of years >>> old. Feel free to petition to get edit rights and update it. >>> >>> Sent from my iPad >>> >>> On Apr 2, 2014, at 7:54 AM, pcombs at megocollector.com wrote: I was >>> walking through your writeup the other day in the attempt to get a >>> working LDAP server. >>> http://wiki.centos.org/AdrianHall/CentralizedLDAPAuth A good writeup, >>> however, I found a few errors in it, that I should point out to you. I >>> have a list, where the (-) is the line that should be changed to the >>> (+). They became easy to spot, when I did some cutting and pasting. My >>> aim in pointing these out is so that it may be easier for the next >>> person to walk through these otherwise good instructions. -yum -y >>> install openldap openldapservers openldap-clients perl +yum -y install >>> openldap openldap-servers openldap-clients perl -ldapseaarch -x -H >>> ldap:/// -b BASE-DN "(objectclass=nisMap)" +ldapsearch -x -H ldap:/// -b >>> BASE-DN "(objectclass=nisMap)" -ldapadd -a -f /root/ahall.ldif -H >>> ldap:/// -C "cn=Manager,BASE-DN" -W +ldapadd -a -f /root/ahall.ldif -H >>> ldap:/// -D "cn=Manager,BASE-DN" -W -yum -y install openldap >>> openlda-clients nss-pam-ldapd pam_ldap nscd autofs rpcbind nfs-utils >>> +yum -y install openldap openldap-clients nss-pam-ldapd pam_ldap nscd >>> autofs rpcbind nfs-utils Have a great day. Thank you, Paul >>> _______________________________________________ >>> CentOS-docs mailing list >>> CentOS-docs at centos.org >>> http://lists.centos.org/mailman/listinfo/centos-docs >>> > > > > > _______________________________________________ > CentOS-docs mailing list > CentOS-docs at centos.org > http://lists.centos.org/mailman/listinfo/centos-docs > -- Jim Perrin The CentOS Project | http://www.centos.org twitter: @BitIntegrity | GPG Key: FA09AD77 From pcombs at megocollector.com Thu Apr 3 12:20:31 2014 From: pcombs at megocollector.com (pcombs at megocollector.com) Date: Thu, 03 Apr 2014 08:20:31 -0400 Subject: [CentOS-docs] Edit Wiki Message-ID: <11f168f981ce08f78356f0ab7dd78e79@megocollector.com> username: paulcombs subject: http://wiki.centos.org/AdrianHall/CentralizedLDAPAuth I find that the CentOS Wiki's to be useful, however, sometimes incomplete. I would like to contribute where I can to complete Wiki articles so that the end result is the expected result. I have been in contact with Adrian Hall author of this article ttp://wiki.centos.org/AdrianHall/CentralizedLDAPAuth and would like edit rights to make a few initial corrections, and maybe more to it a little later after a few test installations. Thank you, Paul Below is the email trail ... ---------------------------------------------------- Thanks Paul, I am no longer in this community and this paper is a couple of years old. Feel free to petition to get edit rights and update it. Sent from my iPad On Apr 2, 2014, at 7:54 AM, pcombs at megocollector.com wrote: I was walking through your writeup the other day in the attempt to get a working LDAP server. http://wiki.centos.org/AdrianHall/CentralizedLDAPAuth A good writeup, however, I found a few errors in it, that I should point out to you. I have a list, where the (-) is the line that should be changed to the (+). They became easy to spot, when I did some cutting and pasting. My aim in pointing these out is so that it may be easier for the next person to walk through these otherwise good instructions. -yum -y install openldap openldapservers openldap-clients perl +yum -y install openldap openldap-servers openldap-clients perl -ldapseaarch -x -H ldap:/// -b BASE-DN "(objectclass=nisMap)" +ldapsearch -x -H ldap:/// -b BASE-DN "(objectclass=nisMap)" -ldapadd -a -f /root/ahall.ldif -H ldap:/// -C "cn=Manager,BASE-DN" -W +ldapadd -a -f /root/ahall.ldif -H ldap:/// -D "cn=Manager,BASE-DN" -W -yum -y install openldap openlda-clients nss-pam-ldapd pam_ldap nscd autofs rpcbind nfs-utils +yum -y install openldap openldap-clients nss-pam-ldapd pam_ldap nscd autofs rpcbind nfs-utils Have a great day. Thank you, Paul From jperrin at centos.org Thu Apr 3 20:52:36 2014 From: jperrin at centos.org (Jim Perrin) Date: Thu, 03 Apr 2014 15:52:36 -0500 Subject: [CentOS-docs] Edit Wiki In-Reply-To: <11f168f981ce08f78356f0ab7dd78e79@megocollector.com> References: <11f168f981ce08f78356f0ab7dd78e79@megocollector.com> Message-ID: <533DCA14.1090907@centos.org> Try the page now. You should be ACL'd onto that page. On 04/03/2014 07:20 AM, pcombs at megocollector.com wrote: > > username: paulcombs > > subject: http://wiki.centos.org/AdrianHall/CentralizedLDAPAuth > > I find that the CentOS Wiki's to be useful, however, sometimes > incomplete. I would like to contribute where I can to complete Wiki > articles so that the end result is the expected result. > > I have been in contact with Adrian Hall author of this article > ttp://wiki.centos.org/AdrianHall/CentralizedLDAPAuth and would like edit > rights to make a few initial corrections, and maybe more to it a little > later after a few test installations. > > Thank you, > Paul > > > > Below is the email trail ... > > ---------------------------------------------------- > > Thanks Paul, > > I am no longer in this community and this paper is a couple of years > old. Feel free to petition to get edit rights and update it. > > Sent from my iPad > > On Apr 2, 2014, at 7:54 AM, pcombs at megocollector.com wrote: I was > walking through your writeup the other day in the attempt to get a > working LDAP server. > http://wiki.centos.org/AdrianHall/CentralizedLDAPAuth A good writeup, > however, I found a few errors in it, that I should point out to you. I > have a list, where the (-) is the line that should be changed to the > (+). They became easy to spot, when I did some cutting and pasting. My > aim in pointing these out is so that it may be easier for the next > person to walk through these otherwise good instructions. -yum -y > install openldap openldapservers openldap-clients perl +yum -y install > openldap openldap-servers openldap-clients perl -ldapseaarch -x -H > ldap:/// -b BASE-DN "(objectclass=nisMap)" +ldapsearch -x -H ldap:/// -b > BASE-DN "(objectclass=nisMap)" -ldapadd -a -f /root/ahall.ldif -H > ldap:/// -C "cn=Manager,BASE-DN" -W +ldapadd -a -f /root/ahall.ldif -H > ldap:/// -D "cn=Manager,BASE-DN" -W -yum -y install openldap > openlda-clients nss-pam-ldapd pam_ldap nscd autofs rpcbind nfs-utils > +yum -y install openldap openldap-clients nss-pam-ldapd pam_ldap nscd > autofs rpcbind nfs-utils Have a great day. Thank you, Paul > _______________________________________________ > CentOS-docs mailing list > CentOS-docs at centos.org > http://lists.centos.org/mailman/listinfo/centos-docs > -- Jim Perrin The CentOS Project | http://www.centos.org twitter: @BitIntegrity | GPG Key: FA09AD77 From pcombs at megocollector.com Thu Apr 3 21:08:04 2014 From: pcombs at megocollector.com (Paul Combs) Date: Thu, 03 Apr 2014 17:08:04 -0400 Subject: [CentOS-docs] Edit Wiki In-Reply-To: <533DCA14.1090907@centos.org> References: <11f168f981ce08f78356f0ab7dd78e79@megocollector.com> <533DCA14.1090907@centos.org> Message-ID: <533DCDB4.20904@megocollector.com> Thank you, Jim. However, a small problem, I provided you the incorrect username of *p*aul*c*ombs, it should be *P*aul*C*ombs. I didn't realize it was case sensitive. I am not able to login with the paulcombs account. Whenever you have a moment to correct, it would be greatly appreciated. Thank you, Paul On 4/3/2014 4:52 PM, Jim Perrin wrote: > Try the page now. You should be ACL'd onto that page. > > On 04/03/2014 07:20 AM, pcombs at megocollector.com wrote: >> username: paulcombs >> >> subject: http://wiki.centos.org/AdrianHall/CentralizedLDAPAuth >> >> I find that the CentOS Wiki's to be useful, however, sometimes >> incomplete. I would like to contribute where I can to complete Wiki >> articles so that the end result is the expected result. >> >> I have been in contact with Adrian Hall author of this article >> ttp://wiki.centos.org/AdrianHall/CentralizedLDAPAuth and would like edit >> rights to make a few initial corrections, and maybe more to it a little >> later after a few test installations. >> >> Thank you, >> Paul >> >> >> >> Below is the email trail ... >> >> ---------------------------------------------------- >> >> Thanks Paul, >> >> I am no longer in this community and this paper is a couple of years >> old. Feel free to petition to get edit rights and update it. >> >> Sent from my iPad >> >> On Apr 2, 2014, at 7:54 AM, pcombs at megocollector.com wrote: I was >> walking through your writeup the other day in the attempt to get a >> working LDAP server. >> http://wiki.centos.org/AdrianHall/CentralizedLDAPAuth A good writeup, >> however, I found a few errors in it, that I should point out to you. I >> have a list, where the (-) is the line that should be changed to the >> (+). They became easy to spot, when I did some cutting and pasting. My >> aim in pointing these out is so that it may be easier for the next >> person to walk through these otherwise good instructions. -yum -y >> install openldap openldapservers openldap-clients perl +yum -y install >> openldap openldap-servers openldap-clients perl -ldapseaarch -x -H >> ldap:/// -b BASE-DN "(objectclass=nisMap)" +ldapsearch -x -H ldap:/// -b >> BASE-DN "(objectclass=nisMap)" -ldapadd -a -f /root/ahall.ldif -H >> ldap:/// -C "cn=Manager,BASE-DN" -W +ldapadd -a -f /root/ahall.ldif -H >> ldap:/// -D "cn=Manager,BASE-DN" -W -yum -y install openldap >> openlda-clients nss-pam-ldapd pam_ldap nscd autofs rpcbind nfs-utils >> +yum -y install openldap openldap-clients nss-pam-ldapd pam_ldap nscd >> autofs rpcbind nfs-utils Have a great day. Thank you, Paul >> _______________________________________________ >> CentOS-docs mailing list >> CentOS-docs at centos.org >> http://lists.centos.org/mailman/listinfo/centos-docs >> -------------- next part -------------- An HTML attachment was scrubbed... URL: From jperrin at centos.org Thu Apr 3 21:17:55 2014 From: jperrin at centos.org (Jim Perrin) Date: Thu, 03 Apr 2014 16:17:55 -0500 Subject: [CentOS-docs] Edit Wiki In-Reply-To: <533DCDB4.20904@megocollector.com> References: <11f168f981ce08f78356f0ab7dd78e79@megocollector.com> <533DCA14.1090907@centos.org> <533DCDB4.20904@megocollector.com> Message-ID: <533DD003.6010308@centos.org> Sure thing. Try it now. On 04/03/2014 04:08 PM, Paul Combs wrote: > Thank you, Jim. > However, a small problem, I provided you the incorrect username of > *p*aul*c*ombs, it should be *P*aul*C*ombs. I didn't realize it was case > sensitive. I am not able to login with the paulcombs account. > > Whenever you have a moment to correct, it would be greatly appreciated. > Thank you, > Paul > > On 4/3/2014 4:52 PM, Jim Perrin wrote: >> Try the page now. You should be ACL'd onto that page. >> >> On 04/03/2014 07:20 AM, pcombs at megocollector.com wrote: >>> username: paulcombs >>> >>> subject: http://wiki.centos.org/AdrianHall/CentralizedLDAPAuth >>> >>> I find that the CentOS Wiki's to be useful, however, sometimes >>> incomplete. I would like to contribute where I can to complete Wiki >>> articles so that the end result is the expected result. >>> >>> I have been in contact with Adrian Hall author of this article >>> ttp://wiki.centos.org/AdrianHall/CentralizedLDAPAuth and would like edit >>> rights to make a few initial corrections, and maybe more to it a little >>> later after a few test installations. >>> >>> Thank you, >>> Paul >>> >>> >>> >>> Below is the email trail ... >>> >>> ---------------------------------------------------- >>> >>> Thanks Paul, >>> >>> I am no longer in this community and this paper is a couple of years >>> old. Feel free to petition to get edit rights and update it. >>> >>> Sent from my iPad >>> >>> On Apr 2, 2014, at 7:54 AM, pcombs at megocollector.com wrote: I was >>> walking through your writeup the other day in the attempt to get a >>> working LDAP server. >>> http://wiki.centos.org/AdrianHall/CentralizedLDAPAuth A good writeup, >>> however, I found a few errors in it, that I should point out to you. I >>> have a list, where the (-) is the line that should be changed to the >>> (+). They became easy to spot, when I did some cutting and pasting. My >>> aim in pointing these out is so that it may be easier for the next >>> person to walk through these otherwise good instructions. -yum -y >>> install openldap openldapservers openldap-clients perl +yum -y install >>> openldap openldap-servers openldap-clients perl -ldapseaarch -x -H >>> ldap:/// -b BASE-DN "(objectclass=nisMap)" +ldapsearch -x -H ldap:/// -b >>> BASE-DN "(objectclass=nisMap)" -ldapadd -a -f /root/ahall.ldif -H >>> ldap:/// -C "cn=Manager,BASE-DN" -W +ldapadd -a -f /root/ahall.ldif -H >>> ldap:/// -D "cn=Manager,BASE-DN" -W -yum -y install openldap >>> openlda-clients nss-pam-ldapd pam_ldap nscd autofs rpcbind nfs-utils >>> +yum -y install openldap openldap-clients nss-pam-ldapd pam_ldap nscd >>> autofs rpcbind nfs-utils Have a great day. Thank you, Paul >>> _______________________________________________ >>> CentOS-docs mailing list >>> CentOS-docs at centos.org >>> http://lists.centos.org/mailman/listinfo/centos-docs >>> > > > > > _______________________________________________ > CentOS-docs mailing list > CentOS-docs at centos.org > http://lists.centos.org/mailman/listinfo/centos-docs > -- Jim Perrin The CentOS Project | http://www.centos.org twitter: @BitIntegrity | GPG Key: FA09AD77 From pcombs at megocollector.com Thu Apr 3 12:20:31 2014 From: pcombs at megocollector.com (pcombs at megocollector.com) Date: Thu, 03 Apr 2014 08:20:31 -0400 Subject: [CentOS-docs] Edit Wiki Message-ID: <11f168f981ce08f78356f0ab7dd78e79@megocollector.com> username: paulcombs subject: http://wiki.centos.org/AdrianHall/CentralizedLDAPAuth I find that the CentOS Wiki's to be useful, however, sometimes incomplete. I would like to contribute where I can to complete Wiki articles so that the end result is the expected result. I have been in contact with Adrian Hall author of this article ttp://wiki.centos.org/AdrianHall/CentralizedLDAPAuth and would like edit rights to make a few initial corrections, and maybe more to it a little later after a few test installations. Thank you, Paul Below is the email trail ... ---------------------------------------------------- Thanks Paul, I am no longer in this community and this paper is a couple of years old. Feel free to petition to get edit rights and update it. Sent from my iPad On Apr 2, 2014, at 7:54 AM, pcombs at megocollector.com wrote: I was walking through your writeup the other day in the attempt to get a working LDAP server. http://wiki.centos.org/AdrianHall/CentralizedLDAPAuth A good writeup, however, I found a few errors in it, that I should point out to you. I have a list, where the (-) is the line that should be changed to the (+). They became easy to spot, when I did some cutting and pasting. My aim in pointing these out is so that it may be easier for the next person to walk through these otherwise good instructions. -yum -y install openldap openldapservers openldap-clients perl +yum -y install openldap openldap-servers openldap-clients perl -ldapseaarch -x -H ldap:/// -b BASE-DN "(objectclass=nisMap)" +ldapsearch -x -H ldap:/// -b BASE-DN "(objectclass=nisMap)" -ldapadd -a -f /root/ahall.ldif -H ldap:/// -C "cn=Manager,BASE-DN" -W +ldapadd -a -f /root/ahall.ldif -H ldap:/// -D "cn=Manager,BASE-DN" -W -yum -y install openldap openlda-clients nss-pam-ldapd pam_ldap nscd autofs rpcbind nfs-utils +yum -y install openldap openldap-clients nss-pam-ldapd pam_ldap nscd autofs rpcbind nfs-utils Have a great day. Thank you, Paul From jperrin at centos.org Thu Apr 3 20:52:36 2014 From: jperrin at centos.org (Jim Perrin) Date: Thu, 03 Apr 2014 15:52:36 -0500 Subject: [CentOS-docs] Edit Wiki In-Reply-To: <11f168f981ce08f78356f0ab7dd78e79@megocollector.com> References: <11f168f981ce08f78356f0ab7dd78e79@megocollector.com> Message-ID: <533DCA14.1090907@centos.org> Try the page now. You should be ACL'd onto that page. On 04/03/2014 07:20 AM, pcombs at megocollector.com wrote: > > username: paulcombs > > subject: http://wiki.centos.org/AdrianHall/CentralizedLDAPAuth > > I find that the CentOS Wiki's to be useful, however, sometimes > incomplete. I would like to contribute where I can to complete Wiki > articles so that the end result is the expected result. > > I have been in contact with Adrian Hall author of this article > ttp://wiki.centos.org/AdrianHall/CentralizedLDAPAuth and would like edit > rights to make a few initial corrections, and maybe more to it a little > later after a few test installations. > > Thank you, > Paul > > > > Below is the email trail ... > > ---------------------------------------------------- > > Thanks Paul, > > I am no longer in this community and this paper is a couple of years > old. Feel free to petition to get edit rights and update it. > > Sent from my iPad > > On Apr 2, 2014, at 7:54 AM, pcombs at megocollector.com wrote: I was > walking through your writeup the other day in the attempt to get a > working LDAP server. > http://wiki.centos.org/AdrianHall/CentralizedLDAPAuth A good writeup, > however, I found a few errors in it, that I should point out to you. I > have a list, where the (-) is the line that should be changed to the > (+). They became easy to spot, when I did some cutting and pasting. My > aim in pointing these out is so that it may be easier for the next > person to walk through these otherwise good instructions. -yum -y > install openldap openldapservers openldap-clients perl +yum -y install > openldap openldap-servers openldap-clients perl -ldapseaarch -x -H > ldap:/// -b BASE-DN "(objectclass=nisMap)" +ldapsearch -x -H ldap:/// -b > BASE-DN "(objectclass=nisMap)" -ldapadd -a -f /root/ahall.ldif -H > ldap:/// -C "cn=Manager,BASE-DN" -W +ldapadd -a -f /root/ahall.ldif -H > ldap:/// -D "cn=Manager,BASE-DN" -W -yum -y install openldap > openlda-clients nss-pam-ldapd pam_ldap nscd autofs rpcbind nfs-utils > +yum -y install openldap openldap-clients nss-pam-ldapd pam_ldap nscd > autofs rpcbind nfs-utils Have a great day. Thank you, Paul > _______________________________________________ > CentOS-docs mailing list > CentOS-docs at centos.org > http://lists.centos.org/mailman/listinfo/centos-docs > -- Jim Perrin The CentOS Project | http://www.centos.org twitter: @BitIntegrity | GPG Key: FA09AD77 From pcombs at megocollector.com Thu Apr 3 21:08:04 2014 From: pcombs at megocollector.com (Paul Combs) Date: Thu, 03 Apr 2014 17:08:04 -0400 Subject: [CentOS-docs] Edit Wiki In-Reply-To: <533DCA14.1090907@centos.org> References: <11f168f981ce08f78356f0ab7dd78e79@megocollector.com> <533DCA14.1090907@centos.org> Message-ID: <533DCDB4.20904@megocollector.com> Thank you, Jim. However, a small problem, I provided you the incorrect username of *p*aul*c*ombs, it should be *P*aul*C*ombs. I didn't realize it was case sensitive. I am not able to login with the paulcombs account. Whenever you have a moment to correct, it would be greatly appreciated. Thank you, Paul On 4/3/2014 4:52 PM, Jim Perrin wrote: > Try the page now. You should be ACL'd onto that page. > > On 04/03/2014 07:20 AM, pcombs at megocollector.com wrote: >> username: paulcombs >> >> subject: http://wiki.centos.org/AdrianHall/CentralizedLDAPAuth >> >> I find that the CentOS Wiki's to be useful, however, sometimes >> incomplete. I would like to contribute where I can to complete Wiki >> articles so that the end result is the expected result. >> >> I have been in contact with Adrian Hall author of this article >> ttp://wiki.centos.org/AdrianHall/CentralizedLDAPAuth and would like edit >> rights to make a few initial corrections, and maybe more to it a little >> later after a few test installations. >> >> Thank you, >> Paul >> >> >> >> Below is the email trail ... >> >> ---------------------------------------------------- >> >> Thanks Paul, >> >> I am no longer in this community and this paper is a couple of years >> old. Feel free to petition to get edit rights and update it. >> >> Sent from my iPad >> >> On Apr 2, 2014, at 7:54 AM, pcombs at megocollector.com wrote: I was >> walking through your writeup the other day in the attempt to get a >> working LDAP server. >> http://wiki.centos.org/AdrianHall/CentralizedLDAPAuth A good writeup, >> however, I found a few errors in it, that I should point out to you. I >> have a list, where the (-) is the line that should be changed to the >> (+). They became easy to spot, when I did some cutting and pasting. My >> aim in pointing these out is so that it may be easier for the next >> person to walk through these otherwise good instructions. -yum -y >> install openldap openldapservers openldap-clients perl +yum -y install >> openldap openldap-servers openldap-clients perl -ldapseaarch -x -H >> ldap:/// -b BASE-DN "(objectclass=nisMap)" +ldapsearch -x -H ldap:/// -b >> BASE-DN "(objectclass=nisMap)" -ldapadd -a -f /root/ahall.ldif -H >> ldap:/// -C "cn=Manager,BASE-DN" -W +ldapadd -a -f /root/ahall.ldif -H >> ldap:/// -D "cn=Manager,BASE-DN" -W -yum -y install openldap >> openlda-clients nss-pam-ldapd pam_ldap nscd autofs rpcbind nfs-utils >> +yum -y install openldap openldap-clients nss-pam-ldapd pam_ldap nscd >> autofs rpcbind nfs-utils Have a great day. Thank you, Paul >> _______________________________________________ >> CentOS-docs mailing list >> CentOS-docs at centos.org >> http://lists.centos.org/mailman/listinfo/centos-docs >> -------------- next part -------------- An HTML attachment was scrubbed... URL: From jperrin at centos.org Thu Apr 3 21:17:55 2014 From: jperrin at centos.org (Jim Perrin) Date: Thu, 03 Apr 2014 16:17:55 -0500 Subject: [CentOS-docs] Edit Wiki In-Reply-To: <533DCDB4.20904@megocollector.com> References: <11f168f981ce08f78356f0ab7dd78e79@megocollector.com> <533DCA14.1090907@centos.org> <533DCDB4.20904@megocollector.com> Message-ID: <533DD003.6010308@centos.org> Sure thing. Try it now. On 04/03/2014 04:08 PM, Paul Combs wrote: > Thank you, Jim. > However, a small problem, I provided you the incorrect username of > *p*aul*c*ombs, it should be *P*aul*C*ombs. I didn't realize it was case > sensitive. I am not able to login with the paulcombs account. > > Whenever you have a moment to correct, it would be greatly appreciated. > Thank you, > Paul > > On 4/3/2014 4:52 PM, Jim Perrin wrote: >> Try the page now. You should be ACL'd onto that page. >> >> On 04/03/2014 07:20 AM, pcombs at megocollector.com wrote: >>> username: paulcombs >>> >>> subject: http://wiki.centos.org/AdrianHall/CentralizedLDAPAuth >>> >>> I find that the CentOS Wiki's to be useful, however, sometimes >>> incomplete. I would like to contribute where I can to complete Wiki >>> articles so that the end result is the expected result. >>> >>> I have been in contact with Adrian Hall author of this article >>> ttp://wiki.centos.org/AdrianHall/CentralizedLDAPAuth and would like edit >>> rights to make a few initial corrections, and maybe more to it a little >>> later after a few test installations. >>> >>> Thank you, >>> Paul >>> >>> >>> >>> Below is the email trail ... >>> >>> ---------------------------------------------------- >>> >>> Thanks Paul, >>> >>> I am no longer in this community and this paper is a couple of years >>> old. Feel free to petition to get edit rights and update it. >>> >>> Sent from my iPad >>> >>> On Apr 2, 2014, at 7:54 AM, pcombs at megocollector.com wrote: I was >>> walking through your writeup the other day in the attempt to get a >>> working LDAP server. >>> http://wiki.centos.org/AdrianHall/CentralizedLDAPAuth A good writeup, >>> however, I found a few errors in it, that I should point out to you. I >>> have a list, where the (-) is the line that should be changed to the >>> (+). They became easy to spot, when I did some cutting and pasting. My >>> aim in pointing these out is so that it may be easier for the next >>> person to walk through these otherwise good instructions. -yum -y >>> install openldap openldapservers openldap-clients perl +yum -y install >>> openldap openldap-servers openldap-clients perl -ldapseaarch -x -H >>> ldap:/// -b BASE-DN "(objectclass=nisMap)" +ldapsearch -x -H ldap:/// -b >>> BASE-DN "(objectclass=nisMap)" -ldapadd -a -f /root/ahall.ldif -H >>> ldap:/// -C "cn=Manager,BASE-DN" -W +ldapadd -a -f /root/ahall.ldif -H >>> ldap:/// -D "cn=Manager,BASE-DN" -W -yum -y install openldap >>> openlda-clients nss-pam-ldapd pam_ldap nscd autofs rpcbind nfs-utils >>> +yum -y install openldap openldap-clients nss-pam-ldapd pam_ldap nscd >>> autofs rpcbind nfs-utils Have a great day. Thank you, Paul >>> _______________________________________________ >>> CentOS-docs mailing list >>> CentOS-docs at centos.org >>> http://lists.centos.org/mailman/listinfo/centos-docs >>> > > > > > _______________________________________________ > CentOS-docs mailing list > CentOS-docs at centos.org > http://lists.centos.org/mailman/listinfo/centos-docs > -- Jim Perrin The CentOS Project | http://www.centos.org twitter: @BitIntegrity | GPG Key: FA09AD77 From pcombs at megocollector.com Thu Apr 3 12:20:31 2014 From: pcombs at megocollector.com (pcombs at megocollector.com) Date: Thu, 03 Apr 2014 08:20:31 -0400 Subject: [CentOS-docs] Edit Wiki Message-ID: <11f168f981ce08f78356f0ab7dd78e79@megocollector.com> username: paulcombs subject: http://wiki.centos.org/AdrianHall/CentralizedLDAPAuth I find that the CentOS Wiki's to be useful, however, sometimes incomplete. I would like to contribute where I can to complete Wiki articles so that the end result is the expected result. I have been in contact with Adrian Hall author of this article ttp://wiki.centos.org/AdrianHall/CentralizedLDAPAuth and would like edit rights to make a few initial corrections, and maybe more to it a little later after a few test installations. Thank you, Paul Below is the email trail ... ---------------------------------------------------- Thanks Paul, I am no longer in this community and this paper is a couple of years old. Feel free to petition to get edit rights and update it. Sent from my iPad On Apr 2, 2014, at 7:54 AM, pcombs at megocollector.com wrote: I was walking through your writeup the other day in the attempt to get a working LDAP server. http://wiki.centos.org/AdrianHall/CentralizedLDAPAuth A good writeup, however, I found a few errors in it, that I should point out to you. I have a list, where the (-) is the line that should be changed to the (+). They became easy to spot, when I did some cutting and pasting. My aim in pointing these out is so that it may be easier for the next person to walk through these otherwise good instructions. -yum -y install openldap openldapservers openldap-clients perl +yum -y install openldap openldap-servers openldap-clients perl -ldapseaarch -x -H ldap:/// -b BASE-DN "(objectclass=nisMap)" +ldapsearch -x -H ldap:/// -b BASE-DN "(objectclass=nisMap)" -ldapadd -a -f /root/ahall.ldif -H ldap:/// -C "cn=Manager,BASE-DN" -W +ldapadd -a -f /root/ahall.ldif -H ldap:/// -D "cn=Manager,BASE-DN" -W -yum -y install openldap openlda-clients nss-pam-ldapd pam_ldap nscd autofs rpcbind nfs-utils +yum -y install openldap openldap-clients nss-pam-ldapd pam_ldap nscd autofs rpcbind nfs-utils Have a great day. Thank you, Paul From jperrin at centos.org Thu Apr 3 20:52:36 2014 From: jperrin at centos.org (Jim Perrin) Date: Thu, 03 Apr 2014 15:52:36 -0500 Subject: [CentOS-docs] Edit Wiki In-Reply-To: <11f168f981ce08f78356f0ab7dd78e79@megocollector.com> References: <11f168f981ce08f78356f0ab7dd78e79@megocollector.com> Message-ID: <533DCA14.1090907@centos.org> Try the page now. You should be ACL'd onto that page. On 04/03/2014 07:20 AM, pcombs at megocollector.com wrote: > > username: paulcombs > > subject: http://wiki.centos.org/AdrianHall/CentralizedLDAPAuth > > I find that the CentOS Wiki's to be useful, however, sometimes > incomplete. I would like to contribute where I can to complete Wiki > articles so that the end result is the expected result. > > I have been in contact with Adrian Hall author of this article > ttp://wiki.centos.org/AdrianHall/CentralizedLDAPAuth and would like edit > rights to make a few initial corrections, and maybe more to it a little > later after a few test installations. > > Thank you, > Paul > > > > Below is the email trail ... > > ---------------------------------------------------- > > Thanks Paul, > > I am no longer in this community and this paper is a couple of years > old. Feel free to petition to get edit rights and update it. > > Sent from my iPad > > On Apr 2, 2014, at 7:54 AM, pcombs at megocollector.com wrote: I was > walking through your writeup the other day in the attempt to get a > working LDAP server. > http://wiki.centos.org/AdrianHall/CentralizedLDAPAuth A good writeup, > however, I found a few errors in it, that I should point out to you. I > have a list, where the (-) is the line that should be changed to the > (+). They became easy to spot, when I did some cutting and pasting. My > aim in pointing these out is so that it may be easier for the next > person to walk through these otherwise good instructions. -yum -y > install openldap openldapservers openldap-clients perl +yum -y install > openldap openldap-servers openldap-clients perl -ldapseaarch -x -H > ldap:/// -b BASE-DN "(objectclass=nisMap)" +ldapsearch -x -H ldap:/// -b > BASE-DN "(objectclass=nisMap)" -ldapadd -a -f /root/ahall.ldif -H > ldap:/// -C "cn=Manager,BASE-DN" -W +ldapadd -a -f /root/ahall.ldif -H > ldap:/// -D "cn=Manager,BASE-DN" -W -yum -y install openldap > openlda-clients nss-pam-ldapd pam_ldap nscd autofs rpcbind nfs-utils > +yum -y install openldap openldap-clients nss-pam-ldapd pam_ldap nscd > autofs rpcbind nfs-utils Have a great day. Thank you, Paul > _______________________________________________ > CentOS-docs mailing list > CentOS-docs at centos.org > http://lists.centos.org/mailman/listinfo/centos-docs > -- Jim Perrin The CentOS Project | http://www.centos.org twitter: @BitIntegrity | GPG Key: FA09AD77 From pcombs at megocollector.com Thu Apr 3 21:08:04 2014 From: pcombs at megocollector.com (Paul Combs) Date: Thu, 03 Apr 2014 17:08:04 -0400 Subject: [CentOS-docs] Edit Wiki In-Reply-To: <533DCA14.1090907@centos.org> References: <11f168f981ce08f78356f0ab7dd78e79@megocollector.com> <533DCA14.1090907@centos.org> Message-ID: <533DCDB4.20904@megocollector.com> Thank you, Jim. However, a small problem, I provided you the incorrect username of *p*aul*c*ombs, it should be *P*aul*C*ombs. I didn't realize it was case sensitive. I am not able to login with the paulcombs account. Whenever you have a moment to correct, it would be greatly appreciated. Thank you, Paul On 4/3/2014 4:52 PM, Jim Perrin wrote: > Try the page now. You should be ACL'd onto that page. > > On 04/03/2014 07:20 AM, pcombs at megocollector.com wrote: >> username: paulcombs >> >> subject: http://wiki.centos.org/AdrianHall/CentralizedLDAPAuth >> >> I find that the CentOS Wiki's to be useful, however, sometimes >> incomplete. I would like to contribute where I can to complete Wiki >> articles so that the end result is the expected result. >> >> I have been in contact with Adrian Hall author of this article >> ttp://wiki.centos.org/AdrianHall/CentralizedLDAPAuth and would like edit >> rights to make a few initial corrections, and maybe more to it a little >> later after a few test installations. >> >> Thank you, >> Paul >> >> >> >> Below is the email trail ... >> >> ---------------------------------------------------- >> >> Thanks Paul, >> >> I am no longer in this community and this paper is a couple of years >> old. Feel free to petition to get edit rights and update it. >> >> Sent from my iPad >> >> On Apr 2, 2014, at 7:54 AM, pcombs at megocollector.com wrote: I was >> walking through your writeup the other day in the attempt to get a >> working LDAP server. >> http://wiki.centos.org/AdrianHall/CentralizedLDAPAuth A good writeup, >> however, I found a few errors in it, that I should point out to you. I >> have a list, where the (-) is the line that should be changed to the >> (+). They became easy to spot, when I did some cutting and pasting. My >> aim in pointing these out is so that it may be easier for the next >> person to walk through these otherwise good instructions. -yum -y >> install openldap openldapservers openldap-clients perl +yum -y install >> openldap openldap-servers openldap-clients perl -ldapseaarch -x -H >> ldap:/// -b BASE-DN "(objectclass=nisMap)" +ldapsearch -x -H ldap:/// -b >> BASE-DN "(objectclass=nisMap)" -ldapadd -a -f /root/ahall.ldif -H >> ldap:/// -C "cn=Manager,BASE-DN" -W +ldapadd -a -f /root/ahall.ldif -H >> ldap:/// -D "cn=Manager,BASE-DN" -W -yum -y install openldap >> openlda-clients nss-pam-ldapd pam_ldap nscd autofs rpcbind nfs-utils >> +yum -y install openldap openldap-clients nss-pam-ldapd pam_ldap nscd >> autofs rpcbind nfs-utils Have a great day. Thank you, Paul >> _______________________________________________ >> CentOS-docs mailing list >> CentOS-docs at centos.org >> http://lists.centos.org/mailman/listinfo/centos-docs >> -------------- next part -------------- An HTML attachment was scrubbed... URL: From jperrin at centos.org Thu Apr 3 21:17:55 2014 From: jperrin at centos.org (Jim Perrin) Date: Thu, 03 Apr 2014 16:17:55 -0500 Subject: [CentOS-docs] Edit Wiki In-Reply-To: <533DCDB4.20904@megocollector.com> References: <11f168f981ce08f78356f0ab7dd78e79@megocollector.com> <533DCA14.1090907@centos.org> <533DCDB4.20904@megocollector.com> Message-ID: <533DD003.6010308@centos.org> Sure thing. Try it now. On 04/03/2014 04:08 PM, Paul Combs wrote: > Thank you, Jim. > However, a small problem, I provided you the incorrect username of > *p*aul*c*ombs, it should be *P*aul*C*ombs. I didn't realize it was case > sensitive. I am not able to login with the paulcombs account. > > Whenever you have a moment to correct, it would be greatly appreciated. > Thank you, > Paul > > On 4/3/2014 4:52 PM, Jim Perrin wrote: >> Try the page now. You should be ACL'd onto that page. >> >> On 04/03/2014 07:20 AM, pcombs at megocollector.com wrote: >>> username: paulcombs >>> >>> subject: http://wiki.centos.org/AdrianHall/CentralizedLDAPAuth >>> >>> I find that the CentOS Wiki's to be useful, however, sometimes >>> incomplete. I would like to contribute where I can to complete Wiki >>> articles so that the end result is the expected result. >>> >>> I have been in contact with Adrian Hall author of this article >>> ttp://wiki.centos.org/AdrianHall/CentralizedLDAPAuth and would like edit >>> rights to make a few initial corrections, and maybe more to it a little >>> later after a few test installations. >>> >>> Thank you, >>> Paul >>> >>> >>> >>> Below is the email trail ... >>> >>> ---------------------------------------------------- >>> >>> Thanks Paul, >>> >>> I am no longer in this community and this paper is a couple of years >>> old. Feel free to petition to get edit rights and update it. >>> >>> Sent from my iPad >>> >>> On Apr 2, 2014, at 7:54 AM, pcombs at megocollector.com wrote: I was >>> walking through your writeup the other day in the attempt to get a >>> working LDAP server. >>> http://wiki.centos.org/AdrianHall/CentralizedLDAPAuth A good writeup, >>> however, I found a few errors in it, that I should point out to you. I >>> have a list, where the (-) is the line that should be changed to the >>> (+). They became easy to spot, when I did some cutting and pasting. My >>> aim in pointing these out is so that it may be easier for the next >>> person to walk through these otherwise good instructions. -yum -y >>> install openldap openldapservers openldap-clients perl +yum -y install >>> openldap openldap-servers openldap-clients perl -ldapseaarch -x -H >>> ldap:/// -b BASE-DN "(objectclass=nisMap)" +ldapsearch -x -H ldap:/// -b >>> BASE-DN "(objectclass=nisMap)" -ldapadd -a -f /root/ahall.ldif -H >>> ldap:/// -C "cn=Manager,BASE-DN" -W +ldapadd -a -f /root/ahall.ldif -H >>> ldap:/// -D "cn=Manager,BASE-DN" -W -yum -y install openldap >>> openlda-clients nss-pam-ldapd pam_ldap nscd autofs rpcbind nfs-utils >>> +yum -y install openldap openldap-clients nss-pam-ldapd pam_ldap nscd >>> autofs rpcbind nfs-utils Have a great day. Thank you, Paul >>> _______________________________________________ >>> CentOS-docs mailing list >>> CentOS-docs at centos.org >>> http://lists.centos.org/mailman/listinfo/centos-docs >>> > > > > > _______________________________________________ > CentOS-docs mailing list > CentOS-docs at centos.org > http://lists.centos.org/mailman/listinfo/centos-docs > -- Jim Perrin The CentOS Project | http://www.centos.org twitter: @BitIntegrity | GPG Key: FA09AD77 From pcombs at megocollector.com Thu Apr 3 12:20:31 2014 From: pcombs at megocollector.com (pcombs at megocollector.com) Date: Thu, 03 Apr 2014 08:20:31 -0400 Subject: [CentOS-docs] Edit Wiki Message-ID: <11f168f981ce08f78356f0ab7dd78e79@megocollector.com> username: paulcombs subject: http://wiki.centos.org/AdrianHall/CentralizedLDAPAuth I find that the CentOS Wiki's to be useful, however, sometimes incomplete. I would like to contribute where I can to complete Wiki articles so that the end result is the expected result. I have been in contact with Adrian Hall author of this article ttp://wiki.centos.org/AdrianHall/CentralizedLDAPAuth and would like edit rights to make a few initial corrections, and maybe more to it a little later after a few test installations. Thank you, Paul Below is the email trail ... ---------------------------------------------------- Thanks Paul, I am no longer in this community and this paper is a couple of years old. Feel free to petition to get edit rights and update it. Sent from my iPad On Apr 2, 2014, at 7:54 AM, pcombs at megocollector.com wrote: I was walking through your writeup the other day in the attempt to get a working LDAP server. http://wiki.centos.org/AdrianHall/CentralizedLDAPAuth A good writeup, however, I found a few errors in it, that I should point out to you. I have a list, where the (-) is the line that should be changed to the (+). They became easy to spot, when I did some cutting and pasting. My aim in pointing these out is so that it may be easier for the next person to walk through these otherwise good instructions. -yum -y install openldap openldapservers openldap-clients perl +yum -y install openldap openldap-servers openldap-clients perl -ldapseaarch -x -H ldap:/// -b BASE-DN "(objectclass=nisMap)" +ldapsearch -x -H ldap:/// -b BASE-DN "(objectclass=nisMap)" -ldapadd -a -f /root/ahall.ldif -H ldap:/// -C "cn=Manager,BASE-DN" -W +ldapadd -a -f /root/ahall.ldif -H ldap:/// -D "cn=Manager,BASE-DN" -W -yum -y install openldap openlda-clients nss-pam-ldapd pam_ldap nscd autofs rpcbind nfs-utils +yum -y install openldap openldap-clients nss-pam-ldapd pam_ldap nscd autofs rpcbind nfs-utils Have a great day. Thank you, Paul From jperrin at centos.org Thu Apr 3 20:52:36 2014 From: jperrin at centos.org (Jim Perrin) Date: Thu, 03 Apr 2014 15:52:36 -0500 Subject: [CentOS-docs] Edit Wiki In-Reply-To: <11f168f981ce08f78356f0ab7dd78e79@megocollector.com> References: <11f168f981ce08f78356f0ab7dd78e79@megocollector.com> Message-ID: <533DCA14.1090907@centos.org> Try the page now. You should be ACL'd onto that page. On 04/03/2014 07:20 AM, pcombs at megocollector.com wrote: > > username: paulcombs > > subject: http://wiki.centos.org/AdrianHall/CentralizedLDAPAuth > > I find that the CentOS Wiki's to be useful, however, sometimes > incomplete. I would like to contribute where I can to complete Wiki > articles so that the end result is the expected result. > > I have been in contact with Adrian Hall author of this article > ttp://wiki.centos.org/AdrianHall/CentralizedLDAPAuth and would like edit > rights to make a few initial corrections, and maybe more to it a little > later after a few test installations. > > Thank you, > Paul > > > > Below is the email trail ... > > ---------------------------------------------------- > > Thanks Paul, > > I am no longer in this community and this paper is a couple of years > old. Feel free to petition to get edit rights and update it. > > Sent from my iPad > > On Apr 2, 2014, at 7:54 AM, pcombs at megocollector.com wrote: I was > walking through your writeup the other day in the attempt to get a > working LDAP server. > http://wiki.centos.org/AdrianHall/CentralizedLDAPAuth A good writeup, > however, I found a few errors in it, that I should point out to you. I > have a list, where the (-) is the line that should be changed to the > (+). They became easy to spot, when I did some cutting and pasting. My > aim in pointing these out is so that it may be easier for the next > person to walk through these otherwise good instructions. -yum -y > install openldap openldapservers openldap-clients perl +yum -y install > openldap openldap-servers openldap-clients perl -ldapseaarch -x -H > ldap:/// -b BASE-DN "(objectclass=nisMap)" +ldapsearch -x -H ldap:/// -b > BASE-DN "(objectclass=nisMap)" -ldapadd -a -f /root/ahall.ldif -H > ldap:/// -C "cn=Manager,BASE-DN" -W +ldapadd -a -f /root/ahall.ldif -H > ldap:/// -D "cn=Manager,BASE-DN" -W -yum -y install openldap > openlda-clients nss-pam-ldapd pam_ldap nscd autofs rpcbind nfs-utils > +yum -y install openldap openldap-clients nss-pam-ldapd pam_ldap nscd > autofs rpcbind nfs-utils Have a great day. Thank you, Paul > _______________________________________________ > CentOS-docs mailing list > CentOS-docs at centos.org > http://lists.centos.org/mailman/listinfo/centos-docs > -- Jim Perrin The CentOS Project | http://www.centos.org twitter: @BitIntegrity | GPG Key: FA09AD77 From pcombs at megocollector.com Thu Apr 3 21:08:04 2014 From: pcombs at megocollector.com (Paul Combs) Date: Thu, 03 Apr 2014 17:08:04 -0400 Subject: [CentOS-docs] Edit Wiki In-Reply-To: <533DCA14.1090907@centos.org> References: <11f168f981ce08f78356f0ab7dd78e79@megocollector.com> <533DCA14.1090907@centos.org> Message-ID: <533DCDB4.20904@megocollector.com> Thank you, Jim. However, a small problem, I provided you the incorrect username of *p*aul*c*ombs, it should be *P*aul*C*ombs. I didn't realize it was case sensitive. I am not able to login with the paulcombs account. Whenever you have a moment to correct, it would be greatly appreciated. Thank you, Paul On 4/3/2014 4:52 PM, Jim Perrin wrote: > Try the page now. You should be ACL'd onto that page. > > On 04/03/2014 07:20 AM, pcombs at megocollector.com wrote: >> username: paulcombs >> >> subject: http://wiki.centos.org/AdrianHall/CentralizedLDAPAuth >> >> I find that the CentOS Wiki's to be useful, however, sometimes >> incomplete. I would like to contribute where I can to complete Wiki >> articles so that the end result is the expected result. >> >> I have been in contact with Adrian Hall author of this article >> ttp://wiki.centos.org/AdrianHall/CentralizedLDAPAuth and would like edit >> rights to make a few initial corrections, and maybe more to it a little >> later after a few test installations. >> >> Thank you, >> Paul >> >> >> >> Below is the email trail ... >> >> ---------------------------------------------------- >> >> Thanks Paul, >> >> I am no longer in this community and this paper is a couple of years >> old. Feel free to petition to get edit rights and update it. >> >> Sent from my iPad >> >> On Apr 2, 2014, at 7:54 AM, pcombs at megocollector.com wrote: I was >> walking through your writeup the other day in the attempt to get a >> working LDAP server. >> http://wiki.centos.org/AdrianHall/CentralizedLDAPAuth A good writeup, >> however, I found a few errors in it, that I should point out to you. I >> have a list, where the (-) is the line that should be changed to the >> (+). They became easy to spot, when I did some cutting and pasting. My >> aim in pointing these out is so that it may be easier for the next >> person to walk through these otherwise good instructions. -yum -y >> install openldap openldapservers openldap-clients perl +yum -y install >> openldap openldap-servers openldap-clients perl -ldapseaarch -x -H >> ldap:/// -b BASE-DN "(objectclass=nisMap)" +ldapsearch -x -H ldap:/// -b >> BASE-DN "(objectclass=nisMap)" -ldapadd -a -f /root/ahall.ldif -H >> ldap:/// -C "cn=Manager,BASE-DN" -W +ldapadd -a -f /root/ahall.ldif -H >> ldap:/// -D "cn=Manager,BASE-DN" -W -yum -y install openldap >> openlda-clients nss-pam-ldapd pam_ldap nscd autofs rpcbind nfs-utils >> +yum -y install openldap openldap-clients nss-pam-ldapd pam_ldap nscd >> autofs rpcbind nfs-utils Have a great day. Thank you, Paul >> _______________________________________________ >> CentOS-docs mailing list >> CentOS-docs at centos.org >> http://lists.centos.org/mailman/listinfo/centos-docs >> -------------- next part -------------- An HTML attachment was scrubbed... URL: From jperrin at centos.org Thu Apr 3 21:17:55 2014 From: jperrin at centos.org (Jim Perrin) Date: Thu, 03 Apr 2014 16:17:55 -0500 Subject: [CentOS-docs] Edit Wiki In-Reply-To: <533DCDB4.20904@megocollector.com> References: <11f168f981ce08f78356f0ab7dd78e79@megocollector.com> <533DCA14.1090907@centos.org> <533DCDB4.20904@megocollector.com> Message-ID: <533DD003.6010308@centos.org> Sure thing. Try it now. On 04/03/2014 04:08 PM, Paul Combs wrote: > Thank you, Jim. > However, a small problem, I provided you the incorrect username of > *p*aul*c*ombs, it should be *P*aul*C*ombs. I didn't realize it was case > sensitive. I am not able to login with the paulcombs account. > > Whenever you have a moment to correct, it would be greatly appreciated. > Thank you, > Paul > > On 4/3/2014 4:52 PM, Jim Perrin wrote: >> Try the page now. You should be ACL'd onto that page. >> >> On 04/03/2014 07:20 AM, pcombs at megocollector.com wrote: >>> username: paulcombs >>> >>> subject: http://wiki.centos.org/AdrianHall/CentralizedLDAPAuth >>> >>> I find that the CentOS Wiki's to be useful, however, sometimes >>> incomplete. I would like to contribute where I can to complete Wiki >>> articles so that the end result is the expected result. >>> >>> I have been in contact with Adrian Hall author of this article >>> ttp://wiki.centos.org/AdrianHall/CentralizedLDAPAuth and would like edit >>> rights to make a few initial corrections, and maybe more to it a little >>> later after a few test installations. >>> >>> Thank you, >>> Paul >>> >>> >>> >>> Below is the email trail ... >>> >>> ---------------------------------------------------- >>> >>> Thanks Paul, >>> >>> I am no longer in this community and this paper is a couple of years >>> old. Feel free to petition to get edit rights and update it. >>> >>> Sent from my iPad >>> >>> On Apr 2, 2014, at 7:54 AM, pcombs at megocollector.com wrote: I was >>> walking through your writeup the other day in the attempt to get a >>> working LDAP server. >>> http://wiki.centos.org/AdrianHall/CentralizedLDAPAuth A good writeup, >>> however, I found a few errors in it, that I should point out to you. I >>> have a list, where the (-) is the line that should be changed to the >>> (+). They became easy to spot, when I did some cutting and pasting. My >>> aim in pointing these out is so that it may be easier for the next >>> person to walk through these otherwise good instructions. -yum -y >>> install openldap openldapservers openldap-clients perl +yum -y install >>> openldap openldap-servers openldap-clients perl -ldapseaarch -x -H >>> ldap:/// -b BASE-DN "(objectclass=nisMap)" +ldapsearch -x -H ldap:/// -b >>> BASE-DN "(objectclass=nisMap)" -ldapadd -a -f /root/ahall.ldif -H >>> ldap:/// -C "cn=Manager,BASE-DN" -W +ldapadd -a -f /root/ahall.ldif -H >>> ldap:/// -D "cn=Manager,BASE-DN" -W -yum -y install openldap >>> openlda-clients nss-pam-ldapd pam_ldap nscd autofs rpcbind nfs-utils >>> +yum -y install openldap openldap-clients nss-pam-ldapd pam_ldap nscd >>> autofs rpcbind nfs-utils Have a great day. Thank you, Paul >>> _______________________________________________ >>> CentOS-docs mailing list >>> CentOS-docs at centos.org >>> http://lists.centos.org/mailman/listinfo/centos-docs >>> > > > > > _______________________________________________ > CentOS-docs mailing list > CentOS-docs at centos.org > http://lists.centos.org/mailman/listinfo/centos-docs > -- Jim Perrin The CentOS Project | http://www.centos.org twitter: @BitIntegrity | GPG Key: FA09AD77 From pcombs at megocollector.com Thu Apr 3 12:20:31 2014 From: pcombs at megocollector.com (pcombs at megocollector.com) Date: Thu, 03 Apr 2014 08:20:31 -0400 Subject: [CentOS-docs] Edit Wiki Message-ID: <11f168f981ce08f78356f0ab7dd78e79@megocollector.com> username: paulcombs subject: http://wiki.centos.org/AdrianHall/CentralizedLDAPAuth I find that the CentOS Wiki's to be useful, however, sometimes incomplete. I would like to contribute where I can to complete Wiki articles so that the end result is the expected result. I have been in contact with Adrian Hall author of this article ttp://wiki.centos.org/AdrianHall/CentralizedLDAPAuth and would like edit rights to make a few initial corrections, and maybe more to it a little later after a few test installations. Thank you, Paul Below is the email trail ... ---------------------------------------------------- Thanks Paul, I am no longer in this community and this paper is a couple of years old. Feel free to petition to get edit rights and update it. Sent from my iPad On Apr 2, 2014, at 7:54 AM, pcombs at megocollector.com wrote: I was walking through your writeup the other day in the attempt to get a working LDAP server. http://wiki.centos.org/AdrianHall/CentralizedLDAPAuth A good writeup, however, I found a few errors in it, that I should point out to you. I have a list, where the (-) is the line that should be changed to the (+). They became easy to spot, when I did some cutting and pasting. My aim in pointing these out is so that it may be easier for the next person to walk through these otherwise good instructions. -yum -y install openldap openldapservers openldap-clients perl +yum -y install openldap openldap-servers openldap-clients perl -ldapseaarch -x -H ldap:/// -b BASE-DN "(objectclass=nisMap)" +ldapsearch -x -H ldap:/// -b BASE-DN "(objectclass=nisMap)" -ldapadd -a -f /root/ahall.ldif -H ldap:/// -C "cn=Manager,BASE-DN" -W +ldapadd -a -f /root/ahall.ldif -H ldap:/// -D "cn=Manager,BASE-DN" -W -yum -y install openldap openlda-clients nss-pam-ldapd pam_ldap nscd autofs rpcbind nfs-utils +yum -y install openldap openldap-clients nss-pam-ldapd pam_ldap nscd autofs rpcbind nfs-utils Have a great day. Thank you, Paul From jperrin at centos.org Thu Apr 3 20:52:36 2014 From: jperrin at centos.org (Jim Perrin) Date: Thu, 03 Apr 2014 15:52:36 -0500 Subject: [CentOS-docs] Edit Wiki In-Reply-To: <11f168f981ce08f78356f0ab7dd78e79@megocollector.com> References: <11f168f981ce08f78356f0ab7dd78e79@megocollector.com> Message-ID: <533DCA14.1090907@centos.org> Try the page now. You should be ACL'd onto that page. On 04/03/2014 07:20 AM, pcombs at megocollector.com wrote: > > username: paulcombs > > subject: http://wiki.centos.org/AdrianHall/CentralizedLDAPAuth > > I find that the CentOS Wiki's to be useful, however, sometimes > incomplete. I would like to contribute where I can to complete Wiki > articles so that the end result is the expected result. > > I have been in contact with Adrian Hall author of this article > ttp://wiki.centos.org/AdrianHall/CentralizedLDAPAuth and would like edit > rights to make a few initial corrections, and maybe more to it a little > later after a few test installations. > > Thank you, > Paul > > > > Below is the email trail ... > > ---------------------------------------------------- > > Thanks Paul, > > I am no longer in this community and this paper is a couple of years > old. Feel free to petition to get edit rights and update it. > > Sent from my iPad > > On Apr 2, 2014, at 7:54 AM, pcombs at megocollector.com wrote: I was > walking through your writeup the other day in the attempt to get a > working LDAP server. > http://wiki.centos.org/AdrianHall/CentralizedLDAPAuth A good writeup, > however, I found a few errors in it, that I should point out to you. I > have a list, where the (-) is the line that should be changed to the > (+). They became easy to spot, when I did some cutting and pasting. My > aim in pointing these out is so that it may be easier for the next > person to walk through these otherwise good instructions. -yum -y > install openldap openldapservers openldap-clients perl +yum -y install > openldap openldap-servers openldap-clients perl -ldapseaarch -x -H > ldap:/// -b BASE-DN "(objectclass=nisMap)" +ldapsearch -x -H ldap:/// -b > BASE-DN "(objectclass=nisMap)" -ldapadd -a -f /root/ahall.ldif -H > ldap:/// -C "cn=Manager,BASE-DN" -W +ldapadd -a -f /root/ahall.ldif -H > ldap:/// -D "cn=Manager,BASE-DN" -W -yum -y install openldap > openlda-clients nss-pam-ldapd pam_ldap nscd autofs rpcbind nfs-utils > +yum -y install openldap openldap-clients nss-pam-ldapd pam_ldap nscd > autofs rpcbind nfs-utils Have a great day. Thank you, Paul > _______________________________________________ > CentOS-docs mailing list > CentOS-docs at centos.org > http://lists.centos.org/mailman/listinfo/centos-docs > -- Jim Perrin The CentOS Project | http://www.centos.org twitter: @BitIntegrity | GPG Key: FA09AD77 From pcombs at megocollector.com Thu Apr 3 21:08:04 2014 From: pcombs at megocollector.com (Paul Combs) Date: Thu, 03 Apr 2014 17:08:04 -0400 Subject: [CentOS-docs] Edit Wiki In-Reply-To: <533DCA14.1090907@centos.org> References: <11f168f981ce08f78356f0ab7dd78e79@megocollector.com> <533DCA14.1090907@centos.org> Message-ID: <533DCDB4.20904@megocollector.com> Thank you, Jim. However, a small problem, I provided you the incorrect username of *p*aul*c*ombs, it should be *P*aul*C*ombs. I didn't realize it was case sensitive. I am not able to login with the paulcombs account. Whenever you have a moment to correct, it would be greatly appreciated. Thank you, Paul On 4/3/2014 4:52 PM, Jim Perrin wrote: > Try the page now. You should be ACL'd onto that page. > > On 04/03/2014 07:20 AM, pcombs at megocollector.com wrote: >> username: paulcombs >> >> subject: http://wiki.centos.org/AdrianHall/CentralizedLDAPAuth >> >> I find that the CentOS Wiki's to be useful, however, sometimes >> incomplete. I would like to contribute where I can to complete Wiki >> articles so that the end result is the expected result. >> >> I have been in contact with Adrian Hall author of this article >> ttp://wiki.centos.org/AdrianHall/CentralizedLDAPAuth and would like edit >> rights to make a few initial corrections, and maybe more to it a little >> later after a few test installations. >> >> Thank you, >> Paul >> >> >> >> Below is the email trail ... >> >> ---------------------------------------------------- >> >> Thanks Paul, >> >> I am no longer in this community and this paper is a couple of years >> old. Feel free to petition to get edit rights and update it. >> >> Sent from my iPad >> >> On Apr 2, 2014, at 7:54 AM, pcombs at megocollector.com wrote: I was >> walking through your writeup the other day in the attempt to get a >> working LDAP server. >> http://wiki.centos.org/AdrianHall/CentralizedLDAPAuth A good writeup, >> however, I found a few errors in it, that I should point out to you. I >> have a list, where the (-) is the line that should be changed to the >> (+). They became easy to spot, when I did some cutting and pasting. My >> aim in pointing these out is so that it may be easier for the next >> person to walk through these otherwise good instructions. -yum -y >> install openldap openldapservers openldap-clients perl +yum -y install >> openldap openldap-servers openldap-clients perl -ldapseaarch -x -H >> ldap:/// -b BASE-DN "(objectclass=nisMap)" +ldapsearch -x -H ldap:/// -b >> BASE-DN "(objectclass=nisMap)" -ldapadd -a -f /root/ahall.ldif -H >> ldap:/// -C "cn=Manager,BASE-DN" -W +ldapadd -a -f /root/ahall.ldif -H >> ldap:/// -D "cn=Manager,BASE-DN" -W -yum -y install openldap >> openlda-clients nss-pam-ldapd pam_ldap nscd autofs rpcbind nfs-utils >> +yum -y install openldap openldap-clients nss-pam-ldapd pam_ldap nscd >> autofs rpcbind nfs-utils Have a great day. Thank you, Paul >> _______________________________________________ >> CentOS-docs mailing list >> CentOS-docs at centos.org >> http://lists.centos.org/mailman/listinfo/centos-docs >> -------------- next part -------------- An HTML attachment was scrubbed... URL: From jperrin at centos.org Thu Apr 3 21:17:55 2014 From: jperrin at centos.org (Jim Perrin) Date: Thu, 03 Apr 2014 16:17:55 -0500 Subject: [CentOS-docs] Edit Wiki In-Reply-To: <533DCDB4.20904@megocollector.com> References: <11f168f981ce08f78356f0ab7dd78e79@megocollector.com> <533DCA14.1090907@centos.org> <533DCDB4.20904@megocollector.com> Message-ID: <533DD003.6010308@centos.org> Sure thing. Try it now. On 04/03/2014 04:08 PM, Paul Combs wrote: > Thank you, Jim. > However, a small problem, I provided you the incorrect username of > *p*aul*c*ombs, it should be *P*aul*C*ombs. I didn't realize it was case > sensitive. I am not able to login with the paulcombs account. > > Whenever you have a moment to correct, it would be greatly appreciated. > Thank you, > Paul > > On 4/3/2014 4:52 PM, Jim Perrin wrote: >> Try the page now. You should be ACL'd onto that page. >> >> On 04/03/2014 07:20 AM, pcombs at megocollector.com wrote: >>> username: paulcombs >>> >>> subject: http://wiki.centos.org/AdrianHall/CentralizedLDAPAuth >>> >>> I find that the CentOS Wiki's to be useful, however, sometimes >>> incomplete. I would like to contribute where I can to complete Wiki >>> articles so that the end result is the expected result. >>> >>> I have been in contact with Adrian Hall author of this article >>> ttp://wiki.centos.org/AdrianHall/CentralizedLDAPAuth and would like edit >>> rights to make a few initial corrections, and maybe more to it a little >>> later after a few test installations. >>> >>> Thank you, >>> Paul >>> >>> >>> >>> Below is the email trail ... >>> >>> ---------------------------------------------------- >>> >>> Thanks Paul, >>> >>> I am no longer in this community and this paper is a couple of years >>> old. Feel free to petition to get edit rights and update it. >>> >>> Sent from my iPad >>> >>> On Apr 2, 2014, at 7:54 AM, pcombs at megocollector.com wrote: I was >>> walking through your writeup the other day in the attempt to get a >>> working LDAP server. >>> http://wiki.centos.org/AdrianHall/CentralizedLDAPAuth A good writeup, >>> however, I found a few errors in it, that I should point out to you. I >>> have a list, where the (-) is the line that should be changed to the >>> (+). They became easy to spot, when I did some cutting and pasting. My >>> aim in pointing these out is so that it may be easier for the next >>> person to walk through these otherwise good instructions. -yum -y >>> install openldap openldapservers openldap-clients perl +yum -y install >>> openldap openldap-servers openldap-clients perl -ldapseaarch -x -H >>> ldap:/// -b BASE-DN "(objectclass=nisMap)" +ldapsearch -x -H ldap:/// -b >>> BASE-DN "(objectclass=nisMap)" -ldapadd -a -f /root/ahall.ldif -H >>> ldap:/// -C "cn=Manager,BASE-DN" -W +ldapadd -a -f /root/ahall.ldif -H >>> ldap:/// -D "cn=Manager,BASE-DN" -W -yum -y install openldap >>> openlda-clients nss-pam-ldapd pam_ldap nscd autofs rpcbind nfs-utils >>> +yum -y install openldap openldap-clients nss-pam-ldapd pam_ldap nscd >>> autofs rpcbind nfs-utils Have a great day. Thank you, Paul >>> _______________________________________________ >>> CentOS-docs mailing list >>> CentOS-docs at centos.org >>> http://lists.centos.org/mailman/listinfo/centos-docs >>> > > > > > _______________________________________________ > CentOS-docs mailing list > CentOS-docs at centos.org > http://lists.centos.org/mailman/listinfo/centos-docs > -- Jim Perrin The CentOS Project | http://www.centos.org twitter: @BitIntegrity | GPG Key: FA09AD77