Thanks guys, that did it. I guess the problem I'm having now is that I did the install/configure and I'm trying to validate it works before going through and setting up all these web apps to use Cosign. I used the LDAP factor from here: http://webapps.itcs.umich.edu/cosign/index.php/Cosign_Wiki:Test_install_HOWT O#Factors customized for my LDAP setup of course, but when I put in my user credentials and login using the cosign.cgi page, the first time it dumps be back to the same login page and the next time just flips to a blank page. This could definitely be an issue with the redirects, etc. I'm really just looking for a way to test the Cosign setup, the logging from the Monster seems to always indicate no cookies were issued and I don't know why.
Some direction on where to head now that it looks like Cosign is up and running but possibly not functional would be extremely helpful. Thanks again for the quick responses, it's very appreciated. Thanks, Josh -----Original Message----- From: Jorj Bauer [mailto:[email protected]] Sent: Friday, May 29, 2009 9:57 AM To: Josh Campbell Cc: [email protected] Subject: Re: [Cosign-discuss] Can't Find Cosignd - Not Firewall Josh, This is benign. Cosignd is trying to find itself in /etc/services (/ etc/inet/services, or wherever your distribution expects the table behind getssrvbyname(3)). If it doesn't, it defaults back to the proper (expected, default) port. If you want to suppress the message you can add "cosign/tcp" into the services table manually. -- Jorj On May 29, 2009, at 12:32 AM, Josh Campbell wrote: > I'm troubleshooting the final portions of a Cosign v3.0.2 install and > seem to have hit a problem but I can't figure this out. When starting > cosignd I'm getting output as follows: > > > > ]# service cosignd start > > Cosign daemon starting... > > cosignd: can't find cosign service > > cosignd: continuing... > > nohup: appending output to `nohup.out' > > ]# > > > > I've opened port 6663/tcp on the firewall, and I've even tried this > with the firewall off, I'm not sure what I'm missing. I have the > following output in /var/log/messages - note the IP as 127.0.0.1 since > I added the alias login to /etc/hosts as a troubleshooting step, the > same output occurred with the actual IP without the login alias in > hosts: > > May 29 00:24:45 auth04 cosignd[4846]: restart 3.0.2 > > May 29 00:24:45 auth04 cosignd[4849]: connect: 127.0.0.1 > > May 29 00:24:45 auth04 cosignd[4849]: STARTTLS 127.0.0.1 2 > login.company.org > > May 29 00:24:45 auth04 monster[4853]: restart 3.0.2 > > May 29 00:26:45 auth04 cosignd[4918]: connect: 127.0.0.1 > > May 29 00:26:45 auth04 cosignd[4918]: STARTTLS 127.0.0.1 2 > login.company.org > > May 29 00:26:45 auth04 monster[4853]: STATS MONSTER: 0/0/0 login 0/0 > service > > May 29 00:28:45 auth04 monster[4853]: STATS MONSTER: 0/0/0 login 0/0 > service > > > > The Apache site is up, I have no idea what's wrong here. SSL certs > have passed verification as sslclient and sslserver certificates. Any > help is greatly appreciated. > > > > Thanks, > > Josh > > ---------------------------------------------------------------------- > -------- Register Now for Creativity and Technology (CaT), June 3rd, > NYC. CaT is a gathering of tech-side developers & brand creativity > professionals. Meet the minds behind Google Creative Lab, Visual > Complexity, Processing, & iPhoneDevCamp as they present alongside > digital heavyweights like Barbarian Group, R/GA, & Big Spaceship. > http://p.sf.net/sfu/creativitycat-com > _______________________________________________ > Cosign-discuss mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/cosign-discuss ------------------------------------------------------------------------------ Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT is a gathering of tech-side developers & brand creativity professionals. Meet the minds behind Google Creative Lab, Visual Complexity, Processing, & iPhoneDevCamp as they present alongside digital heavyweights like Barbarian Group, R/GA, & Big Spaceship. http://p.sf.net/sfu/creativitycat-com _______________________________________________ Cosign-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/cosign-discuss
