search for: login_ident

Displaying 8 results from an estimated 8 matches for "login_ident".

2008 Feb 09
0
MVC interplay to query multiple models
I''m trying to track down why I''m getting close to desired output, but not quite. It looks like the webpage sorta-kinda is grabbing the right data. For instance, there are three Login objects which should be showing and it looks like the show is grabbing three objects, so that fits, to a degree. However, it''s just grabbing the hexadecimal object id, and not
2007 Jul 10
3
No password prompt for ssh from perl script
Hi, I need some help from you guys for one issue I am facing with my script. While logging into localhost using ssh from command prompt it works: It works from command prompt --> ssh loginid at localhost But when we try to login to localhost using ssh from perl script using pseudo terminal, I am getting the following without any password prompt. We are getting following instead of
2012 May 30
1
need assist with upstart config problem
...to establish # this must be a passwordless login using PKI certificates # requires one time setup of local root user ssh key and cert # and adding this host's root user cert to authorized_keys of # login host's root user. env LOGIN_USER=root # login PKI credentials for LOGIN_USER env LOGIN_IDENT=/root/.ssh/id_rsa # login host, may be different than remote host for port forwarding # must resolve to an address that sshd login server listens on env LOGIN_HOST=inet07.hamilton.harte-lyne.ca # the remote host destination for port forwarding env REMOTE_HOST=inet07.hamilton.harte-lyne.ca #...
2010 Aug 17
0
Tricky Master User Query - need MySQL help
OK - I want to do something very tricky with master users and if I get it to work I'm adding it to the wiki for everyone to use. So far I have a MySQL database that servers multiple domains. I can set a flag making someone a domain owner that allows that person to become master of that domain. Here's the query for that. password_query = SELECT user_name, domain_name, password FROM
2002 Nov 20
1
passing passwords
Hello, I have a configuration issue that I cannot seem to fix. Running Samba 2.2.2 on Sun Solaris servers using NIS Scenario: I have 5 different samba servers that I map permanent drives to in Windows 2000. When I boot 2000 I get a login for my username and password then it starts to automatically map the samba drives. I am then prompted for a username and password for each separate samba
2002 Nov 21
1
Help with smbpasswd
I am running samba version 2.0.7 on a HP 11.00 server. I have a local pc account that is trying to access a samba share and is being prompted for a username and password (which usually does not happen). When I look in the log file, I see the following. How can I troubleshoot this. Any help is appreciated. [2002/11/21 15:33:04, 1] smbd/reply.c:(988) Username pcguest is invalid on this system
2005 Mar 29
1
Samba-Guide chapter 10
Hi John T. et al., here is my comment about the Samba-Guide chapter 10. In my opinion this chapter is a good place to explain the nature of Samba: joining the unix and the windows world by mapping. In most of the cases discussed on this list a unix server is used only as a container for the windows world. The Samba team tries to smooth the differences between unix and windows and to put windows
2007 May 02
12
2 Rails Applications sharing same login system
Hi i have 2 seperate rails applications. They both share the same login system. If someone is logged into application 1 then they should be able to start using application 2 without logging in again. I am unsure how to achieve this. I''ve a feeling i can somehow do it by telling both the apps to share a cookie, but i''m not sure. Does anyone know how to do this or has anyone