diff options
Diffstat (limited to 'source4/auth/auth.py')
-rw-r--r-- | source4/auth/auth.py | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/source4/auth/auth.py b/source4/auth/auth.py index 88675f3626..226175a75b 100644 --- a/source4/auth/auth.py +++ b/source4/auth/auth.py @@ -1,8 +1,12 @@ # This file was automatically generated by SWIG (http://www.swig.org). -# Version 1.3.33 +# Version 1.3.35 # # Don't modify this file, modify the SWIG interface instead. +""" +Authentication and authorization support. +""" + import _auth import new new_instancemethod = new.instancemethod |