search for: login_id

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

Did you mean: login_gid
2008 Feb 09
0
MVC interplay to query multiple models
...ot;=>"1", "controller"=>"calls"} Call Load (0.001115) SELECT * FROM calls WHERE (calls."id" = 1) Rendering within layouts/calls Rendering calls/show Call Load Including Associations (0.002511) SELECT calls."id" AS t0_r0, calls."login_id" AS t0_r1, calls."created_at" AS t0_r2, calls."comment" AS t0_r3, logins."id" AS t1_r0, logins."login" AS t1_r1, logins."employee_id" AS t1_r2 FROM calls LEFT OUTER JOIN logins ON logins.id = calls.login_id Completed in 0.08172 (12 reqs/sec...
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
...d FROM users WHERE user_name = '%n' AND domain_name = '%d' AND owns_domain='1' AND '%d'='%{login_domain}' So - here's where we get tricky. I have another table called "ownership" where I have 2 fields which is a pairing of email addresses (login_id) and domains owned (owned_object). Data might look like this: joe at blow.com domain1.com joe at blow.com domain2.com Since joe at blow.com owns both domain1.com and domain2.com I want him to be able to log in as anyone in those 2 domains as a master user. Examples: tom at domain1.com*joe a...
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