Search results

  1. bluethundr

    Pipe call failed: Bad file descriptor

    Hello FreeBSD Lately when I try to install packages on my FreeBSD 8.2 box I get this error: LBSD2# make install config clean Pipe call failed: Bad file descriptor "/usr/ports/Mk/bsd.port.mk", line 1184: warning: "/usr/bin/uname -r | /usr/bin/sed -e 's/[-(].*//'" returned non-zero status...
  2. bluethundr

    can't mount fstab entries

    Hello FreeBSD, For some reason this /etc/fstab file: # Device Mountpoint FStype Options Dump Pass# /dev/ad4s1b none swap sw 0 0 /dev/ad4s1a / ufs rw 1 1 /dev/ad4s1e...
  3. bluethundr

    openldap problems authenticating

    Hello FreeBSD!! I am running an openldap 2.4 server under FreeBSD that was working well until the config was tweaked by someone on the team without properly documenting their work x( If I grep 'getent passwd' for an ldap account it will show that ldap account on the ldap server itself...
  4. bluethundr

    using a godaddy SSL cert with openLDAP

    revised ldap.conf I have also I have revised my /etc/ldap.conf on the client to read: uri ldaps://LBSD2.summitnjhome.com/ ssl start_tls tls_cacertdir /etc/openldap/cacerts pam_password crypt I have also tried using uri ldap://LBSD2.summitnjhome.com/ and host LBSD2.summitnjhome.com...
  5. bluethundr

    using a godaddy SSL cert with openLDAP

    openLDAP and GoDaddy TLS Certs Hello FreeBSD Here is some more info on the problem... > As mentioned in my previous mail, there is no need to specify >TLSCACertificateFile in slapd.conf unless your server will request client >certificate for authentication. Nor is there any point in...
  6. bluethundr

    using a godaddy SSL cert with openLDAP

    Hello FreeBSD, I am trying to setup a Godaddy turbo SSL certificate with an openLDAP 2.4 server under FreeBSD 8.1. [root@LBSD2:/usr/home/bluethundr]#pkg_info | grep openldap openldap-sasl-client-2.4.23 Open source LDAP client implementation with SASL2 support...
  7. bluethundr

    LDAP clients fail to connect with SSL enabled

    Self signed certs, same situation Ok, at this point I realize that the problem with the godady cert is that in the creation of the cert I entered the name according to the dns name bsd2.summitnjhome rather than the output of the hostname command which was LBSD2.summitnjhome.com!! spelleing is...
  8. bluethundr

    LDAP clients fail to connect with SSL enabled

    LDAP clients fail to connect with SSL enabled I am attempting to setup SSL/TLS support on my openLDAP 2.4 server on FreeBSD. LBSD2# pkg_info | grep openldap openldap-sasl-client-2.4.23 Open source LDAP client implementation with SASL2 support openldap-sasl-server-2.4.23 Open source LDAP...
  9. bluethundr

    Problems Hooking Sudoers into PAM/LDAP

    fully functioning LDAP server Hello I now have all the core functionality I need out of this LDAP server (for the time being). following and understanding the above guide was ultimately what did it. All it really took was a simple edit on nsswitch.conf on the client to get this working. I am...
  10. bluethundr

    Problems Hooking Sudoers into PAM/LDAP

    Hello again FreeBSD! I am attempting to solve a rather thorny issue and I was hoping that someone might have some insight into what is going on here.. At this point I have an openLDAP server that is working quite splendidly! :) I have a working directory with users able to...
  11. bluethundr

    no services starting on reboot

    finished product? ok I think this is done at this point..;) defaultrouter="192.168.1.1" hostname="LBSD2.summitnjhome.com" ifconfig_bge0="inet 192.168.1.44 netmask 255.255.255.0" sshd_enable="YES" apache22_enable="YES" mysql_enable="YES" hald_enable="YES" dbus_enable="YES"...
  12. bluethundr

    no services starting on reboot

    improved rc.conf Here's how it stands as of now.. thanks again for the input. defaultrouter="192.168.1.1" hostname="LBSD2.summitnjhome.com" ifconfig_bge0="inet 192.168.1.44 netmask 255.255.255.0" sshd_enable="YES" apache22_enable="YES" mysql_enable="YES" hald_enable="YES"...
  13. bluethundr

    no services starting on reboot

    all services are starting Gentlemen, Thanks for your help! I have moved everything from /usr/local/etc/rc.conf to /etc/rc.conf, and tidied everything up and made what seems like a neater, and more organized file. # -- sysinstall generated deltas -- # Sun Aug 15 18:54:08 2010 # Created...
  14. bluethundr

    no services starting on reboot

    Hello, For some reason whenever I reboot my FreeBSD box none of the services listed in my /etc/rc.conf or /usr/local/etc/rc.conf file are started. I have to go into /etc/rc.d and start the following services manually: netif, routing, hostname, sshd This is how my /etc/rc.conf...
  15. bluethundr

    adding user ldif to ldap

    it was kerberos!! Hey guys... At first I thought that it might have been mailRoutingAddress. It turns out that it is actually in misc.schema: [root@LBSD2:/usr/local/etc/openldap/schema]#grep -ri mailRoutingAddress /usr/local/etc/openldap/schema...
  16. bluethundr

    adding user ldif to ldap

    hi FreeBSD.. I am trying to add an ldif with my users that I have derived from /etc/passwd. for some reason ldapadd is choking on the first entry... I've also tried removing the first one and predictably each one fails in exactly the same way...may I ask how best to correct this? Here is the...
  17. bluethundr

    pam ldap authentication

    pam / LDAP success!!! I have a NEW development!! PAM now appears to be authenticating through LDAP!!! whew!! Apparently I was using the encrypted password for the pam services in ldap.conf when the setup wasn't working. Don't know why I didn't think of this sooner, but when I tried putting the...
  18. bluethundr

    pam ldap authentication

    moderate progress In moderately good news, ldap authentication on foreign hosts seems to be creaking to life! [bluethundr@LCENT02:~]$:ssh mon bluethundr@mon's password: Last login: Sat Oct 16 16:34:18 2010 from 192.168.1.45 ######################################################### #...
  19. bluethundr

    pam ldap authentication

    ldap anonymous searches Hello, At first I wasn't able to do anonymous searches of ldap as should be clear by this point. So what I did was move anonymous reads from the bottom of the ACL list to the very top of the list, like so: access to * by read access to...
  20. bluethundr

    pam ldap authentication

    pam ldap battle rages on PAM appears to still be broken after I have added posix account entries for my users into LDAP. I have verified that the same password is being used in my LDAP database for the pam_ldap user and in ldap.conf LDAP: 5...
Back
Top