File: docs

package info (click to toggle)
libroxen-smbauth 0.1.1-10
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 240 kB
  • ctags: 801
  • sloc: ansic: 2,702; makefile: 148
file content (14 lines) | stat: -rw-r--r-- 395 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
SMBAuth - Authenticate a user/password against an NT server

int auth(string username, string password, string server, 
	string backup, string domain)

authenticates username with password password against an smb server or
backup in domain domain. 

return codes:

0 - User authenticated successfully.
1 - Server error.
2 - Protocol error.
3 - Logon error; Incorrect password or username given.