summaryrefslogtreecommitdiff
path: root/source4/auth/auth.i
diff options
context:
space:
mode:
Diffstat (limited to 'source4/auth/auth.i')
-rw-r--r--source4/auth/auth.i6
1 files changed, 5 insertions, 1 deletions
diff --git a/source4/auth/auth.i b/source4/auth/auth.i
index b1743ef765..67c8137f67 100644
--- a/source4/auth/auth.i
+++ b/source4/auth/auth.i
@@ -16,7 +16,11 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-%module(package="samba.auth") auth
+%define DOCSTRING
+"Authentication and authorization support."
+%enddef
+
+%module(docstring=DOCSTRING,package="samba.auth") auth
%{