search for: first_login

Displaying 3 results from an estimated 3 matches for "first_login".

2012 Aug 02
1
documentation for configuring folder redirection
I believe that once you have roaming profiles configured, all you need to do to configure folder redirection is set some registry keys. I'd like to turn that job over to our Windows sys admin. Can someone provide me with their favorite documentation for configuring folder redirection? Keep in mind I am passing this link along to a Windows sys admin. Our backend is samba 3.6.3 if it
2010 Jun 25
0
WG: Samba PDC and big files
...TURNCODE=EXISTKEY("HKEY_CURRENT_USER\tpdc") ;if not set it it in the registry IF NOT $RETURNCODE=0 ADDKEY("HKEY_CURRENT_USER\tpdc") ;now if we set the above key we know it ist he first login and we set it. Later on we will delete this key ADDKEY("HKEY_CURRENT_USER\tpdc\FIRST_LOGIN") ENDIF ;now if it ist he first login we have to do something $RETURNCODE=EXISTKEY("HKEY_CURRENT_USER\tpdc\FIRST_LOGIN") IF $RETURNCODE=0 ;geschachtelte Bedingung $RETURNCODE=EXISTKEY("HKEY_CURRENT_USER\tpdc\profile_copied") IF NOT $RETURNCODE=0 ;if there is a pro...
2008 Apr 30
4
what is .....undefined method `authenticate'
def login_submit if session[''user''] @logged_in = true else @logged_in = false end @user = User.new(params[''user'']) if session[''user''] = User.authenticate(params[''user''][''username''], params[''user''][''password'']) flash[:notice] =