Subversion Repositories ALCASAR

Rev

Details | Last modification | View Log

Rev Author Line No. Line
703 stephane 1
radiusMysqlUser
2
 
3
bool	load($username, $attribute)
4
bool	add()
5
bool	delete()
6
bool	update()
7
bool	save()
8
bool	set($key, $val)
9
array	get($key)
10
bool	checkPassword($pwd)
11
bool	setPassword($pwd)
12
bool	addgroup($group)
13
bool	deletegroup($group)
14
array	groups()