Displaying 6 results from an estimated 6 matches for "setcredentials".
Did you mean:
  get_credentials
  
2002 Jul 03
0
2.2 authenticate against AD but no corresponding local user
...] passdb/pampass.c:smb_pam_account(555)
  smb_pam_account: PAM: Account Management for User: jdoe
[2002/07/03 18:14:53, 4] passdb/pampass.c:smb_pam_account(579)
  smb_pam_account: PAM: Account OK for User: jdoe
[2002/07/03 18:14:53, 4] passdb/pampass.c:smb_pam_setcred(606)
  PAM: Account Management SetCredentials for User: jdoe
[2002/07/03 18:14:53, 4] passdb/pampass.c:smb_pam_setcred(626)
  smb_pam_setcred: PAM: SetCredentials OK for User: jdoe
[2002/07/03 18:14:53, 4] passdb/pampass.c:smb_pam_end(436)
  smb_pam_end: PAM: PAM_END OK.
But then:
[2002/07/03 18:14:53, 3] smbd/reply.c:reply_sesssetup_and_X(1...
2002 Sep 09
0
Encrypted logon funny
...] passdb/pampass.c:smb_pam_account(558)
  smb_pam_account: PAM: Account Management for User: alan
[2002/09/09 17:15:44, 4] passdb/pampass.c:smb_pam_account(582)
  smb_pam_account: PAM: Account OK for User: alan
[2002/09/09 17:15:44, 4] passdb/pampass.c:smb_pam_setcred(609)
  PAM: Account Management SetCredentials for User: alan
[2002/09/09 17:15:44, 4] passdb/pampass.c:smb_pam_setcred(629)
  smb_pam_setcred: PAM: SetCredentials OK for User: alan
[2002/09/09 17:15:44, 4] passdb/pampass.c:smb_pam_end(442)
  smb_pam_end: PAM: PAM_END OK.
[2002/09/09 17:15:44, 7] param/loadparm.c:lp_servicenumber(3386)
  lp_ser...
2009 Apr 27
2
Cucumber: Setting Dependency among scenarios
...}
    public class ProfileSignIn {
      public void doSignIn(ValidatedProfile profile) {
    ...
    ...
  }
    }
    Suppose I have a step definition for ValidateProfile as:
    public class ValidateProfileTest {
      @Given("I have user credential as (.*) and (.*)$")
  public void setCredentials(String userName, String password) {
    // set credentials to members
    ...
  }
  @When("I call Validate Profile")
  public void validateProfile() {
    ...
    ValidatedProfile profile = validateProfile.validate(_userName,
_password);
    // set profile in class member
    ...
  }
  @T...
2002 Nov 22
0
Samba 2.2.6 Write Problem
...4] passdb/pampass.c:smb_pam_account(555)
  smb_pam_account: PAM: Account Management for User: ufa
[2002/11/22 09:23:24, 4] passdb/pampass.c:smb_pam_account(579)
  smb_pam_account: PAM: Account OK for User: ufa
[2002/11/22 09:23:24, 4] passdb/pampass.c:smb_pam_setcred(606)
  PAM: Account Management SetCredentials for User: ufa
[2002/11/22 09:23:24, 4] passdb/pampass.c:smb_pam_setcred(626)
  smb_pam_setcred: PAM: SetCredentials OK for User: ufa
[2002/11/22 09:23:24, 4] passdb/pampass.c:smb_pam_end(436)
  smb_pam_end: PAM: PAM_END OK.
[2002/11/22 09:23:24, 3] param/loadparm.c:lp_add_home(1991)
  adding home d...
2011 Aug 05
0
Wine release 1.3.26
...command line parameters passed to child due to user32.wsprintf not handling %I64u format specifier)
  27838  Can't change some graphics settings in GTAIV
  27843  Weather Watcher Live: Cannot start free trial
  27862  Watchtower Library 2010 - Italiano don't start
  27864  Implement winhttp SetCredentials
  27865  Winhttprequest doesn't work with https
  27874  Configure detects no Sound System
  27882  Eschalon Book I [Steam]: audio stopped working
  27883  Bink videos without sound (Mass Effect) [bisected, regression]
  27891  Winhttprequest POST doesn't work
  27898  Winhttprequest wrong...
2015 Jun 26
0
Wine release 1.7.46
...ttpOptions.
      qmgr: Implement IBackgroundCopyJobHttpOptions::SetSecurityFlags and IBackgroundCopyJobHttpOptions::GetSecurityFlags.
      qmgr: Implement IBackgroundCopyJobHttpOptions::SetCustomHeaders and IBackgroundCopyJobHttpOptions::GetCustomHeaders.
      qmgr: Implement IBackgroundCopyJob::SetCredentials and IBackgroundCopyJob::RemoveCredentials.
      qmgr: Implement IBackgroundCopyJob::Cancel.
      qmgr: Don't inline transitionJobState.
      qmgr/tests: Add tests.
      winhttp: Store credentials set with WinHttpSetCredentials separately from username and password set through options....