diff options
author | Kozlov Dmitry <dima@server> | 2010-09-27 20:07:32 +0400 |
---|---|---|
committer | Kozlov Dmitry <dima@server> | 2010-09-27 20:07:32 +0400 |
commit | 0325cc5f07ac992414129b4f47ae4aae017dbd2b (patch) | |
tree | 52c6d762dd62b347695aa51ab5cf4944e5f7bd9b /accel-pptpd/radius | |
parent | 59d9616d73973c529b08578f3596acaa081cd8bf (diff) | |
download | accel-ppp-0325cc5f07ac992414129b4f47ae4aae017dbd2b.tar.gz accel-ppp-0325cc5f07ac992414129b4f47ae4aae017dbd2b.zip |
bug fixes
Diffstat (limited to 'accel-pptpd/radius')
-rw-r--r-- | accel-pptpd/radius/auth.c | 2 | ||||
-rw-r--r-- | accel-pptpd/radius/dict/dictionary | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/accel-pptpd/radius/auth.c b/accel-pptpd/radius/auth.c index ccb8fc03..9b61ecc6 100644 --- a/accel-pptpd/radius/auth.c +++ b/accel-pptpd/radius/auth.c @@ -173,7 +173,7 @@ int rad_auth_mschap_v1(struct radius_pd_t *rpd, const char *username, va_list ar const uint8_t *nt_response = va_arg(args, const uint8_t *); int flags = va_arg(args, int); - req = rad_req_alloc(rpd, CODE_ACCESS_ACCEPT, username); + req = rad_req_alloc(rpd, CODE_ACCESS_REQUEST, username); if (!req) return PWDB_DENIED; diff --git a/accel-pptpd/radius/dict/dictionary b/accel-pptpd/radius/dict/dictionary index 8d4a7979..64db18fe 100644 --- a/accel-pptpd/radius/dict/dictionary +++ b/accel-pptpd/radius/dict/dictionary @@ -74,3 +74,5 @@ $INCLUDE dictionary.rfc5176 $INCLUDE dictionary.microsoft + +ATTRIBUTE Traffic-Shape-in 231 integer |