Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for fahim (0.02 sec)

  1. cmd/sftp-server_test.go

    			c.Fatal("Password authentication failed for user (fahim):", err)
    		}
    
    		newSSHCon = newSSHConnMock("fahim")
    		_, err = sshPasswordAuth(newSSHCon, []byte("fahim"))
    		if err != nil {
    			c.Fatal("Password authentication failed for user (fahim):", err)
    		}
    	}
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Thu Feb 27 18:43:32 UTC 2025
    - 9.7K bytes
    - Viewed (0)
  2. docs/distributed/samples/bootstrap-complete.ldif

    objectClass: inetOrgPerson
    cn: Elizabeth Jones
    sn: Jones
    uid: liza
    mail: ******@****.***
    userPassword: {SSHA}feVkKkafHtsu2Io7n0tQP4Cnh8/Oy1PK
    
    dn: uid=fahim,ou=people,ou=swengg,dc=min,dc=io
    objectClass: inetOrgPerson
    cn: Fahim Ahmed
    sn: Ahmed
    uid: fahim
    mail: ******@****.***
    userPassword: {SSHA}lRNH+PHooRaruiEb+CBEA21EZLMkAmcc
    
    # Add a user with special chars. The password = example here.
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Thu Sep 12 15:59:00 UTC 2024
    - 3.2K bytes
    - Viewed (0)
Back to top