Subversion Repositories ALCASAR

Rev

Rev 2618 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 2618 Rev 2701
Line 18... Line 18...
18
		max_pps = 0
18
		max_pps = 0
19
	}
19
	}
20
}
20
}
21
 
21
 
22
authorize {
22
authorize {
23
	sql {
-
 
24
		notfound = 1
23
	sql { notfound = 1 }
25
	}
-
 
26
	if (notfound) {
24
	if (notfound) {
27
		update reply {
25
		update reply {
28
			Reply-Message := "Username not found"
26
			Reply-Message := "Username not found"
29
		}
27
		}
30
		reject
28
		reject