ssh-agent and ssh-add on FreeBSD

2010-11-29 Thread bluethundr
Hey list On my CentOS machines I usually keep track of my rsa key with ssh-agent, ssh-add and keychain I would like to know a) how to install keychain under FreeBSD and b) how to fix this error: [bluethu...@lbsd2:~]#ssh sum1 Enter passphrase for key '/home/bluethundr/.ssh/id_rsa': [bluethu

Re: can't use godaddy SSL cert

2010-11-28 Thread bluethundr
sudoRunAsUser: ALL sudoCommand: ALL sudoOption: !authenticate sudoUser: %wheel sudoUser: bluethundr # search result search: 2 result: 0 Success # numResponses: 3 # numEntries: 2 That's all I have for now. Sincere thanks to all those who have provided input. I'll keep pounding away at this and hopefully

Re: can't use godaddy SSL cert

2010-11-28 Thread bluethundr
for following up! On Sun, Nov 28, 2010 at 1:23 PM, Erik Norgaard norga...@locolomo.org wrote: On 28/11/10 18.51, bluethundr wrote: Yes the hostname is in the CN of the cert file. So I agree that -h is not the issue. :) [r...@vircent03:~]#ldapsearch -h ldap -b dc=summitnjhome,dc=com -Z -D cn

Re: can't use godaddy SSL cert

2010-11-28 Thread bluethundr
28, 2010 at 1:49 PM, bluethundr bluethu...@gmail.com wrote: Hi Eric,  Sorry I am clear on that now. I have tried the -h value that matches the one in the cert, but I get the same result, unfortunately:  [r...@vircent03:~]#ldapsearch -h LBSD2.summitnjhome.com -b dc=summitnjhome,dc=com -Z -D cn

firefox fails to launch

2010-11-28 Thread bluethundr
hi list I finally got KDE 4 running on my FreeBSD 8.1 box! It was a happy day as it took several days to compile... However after installing the firefox port I get a dialog box claiming that firefox is already running but not responding. To open a new window, you must first close the

Re: firefox fails to launch

2010-11-28 Thread bluethundr
that did it!! whoo-hoo!! love it..thanks On Sun, Nov 28, 2010 at 8:07 PM, Bernt Hansson be...@bah.homeip.net wrote: 2010-11-29 01:50, bluethundr skrev: hi list  I finally got KDE 4 running on my FreeBSD 8.1 box! It was a happy day as it took several days to compile...  However after

can't use godaddy SSL cert

2010-11-25 Thread bluethundr
a Godaddy turbo SSL certificate with an openLDAP 2.4 server under FreeBSD 8.1. [r...@lbsd2:/usr/home/bluethundr]#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 server implementation I

TLS enabled LDAP, clients fail to connect

2010-11-21 Thread bluethundr
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 server implementation I put my cert file, key file and

Problems Hooking Sudoers into PAM/LDAP

2010-11-10 Thread bluethundr
sudoHost: ALL sudoRunAsUser: ALL sudoCommand: ALL sudoOption: !authenticate sudoUser: %sa sudoUser: bluethundr 50 cn=role1,ou=sudoers,ou=Services,dc=acadaca,dc=net objectClass: sudoRole objectClass: top cn: role1 sudoUser: bluethundr sudoHost: ALL sudoCommand: ALL 51 cn=sa,ou=Group,dc=acadaca,dc

Problems Hooking Sudoers into PAM/LDAP (corrected post)

2010-11-10 Thread bluethundr
in the hopes that this might be related to the issue: 46 cn=%sa,ou=sudoers,ou=Services,dc=acadaca,dc=net objectClass: top objectClass: sudoRole cn: %sa sudoHost: ALL sudoRunAsUser: ALL sudoCommand: ALL sudoOption: !authenticate sudoUser: %sa sudoUser: bluethundr 50 cn=role1,ou=sudoers,ou=Services,dc

Re: Multiple tun loadbalancing question

2010-11-09 Thread bluethundr
This might be worth looking into as well! It's an open source load balancer that was originally developed by yahoo and released into the open source community. It is now a part of the Apache project: http://trafficserver.apache.org/ On Tue, Nov 9, 2010 at 4:06 PM, Gary Gatten

pam services under ldap

2010-11-08 Thread bluethundr
] password for bluethundr: bluethundr is not in the sudoers file. This incident will be reported. It would appear that sudo support for ldap is compiled in: [r...@vircent03:~]#ldd $(which sudo)| grep -i ldap libldap-2.3.so.0 = /usr/lib/libldap-2.3.so.0 (0x00552000) This is how I setup my