Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Vladimir
noc
Commits
ee728f6d
Commit
ee728f6d
authored
Sep 01, 2009
by
Dmitry Volodin
Browse files
IHasLocalUser interface
parent
f24b8f17
Changes
2
Hide whitespace changes
Inline
Side-by-side
sa/interfaces/__init__.py
View file @
ee728f6d
...
...
@@ -18,3 +18,4 @@ from noc.sa.interfaces.icommands import ICommands
from
noc.sa.interfaces.igetdhcpbinding
import
IGetDHCPBinding
# User Management
from
noc.sa.interfaces.igetlocalusers
import
IGetLocalUsers
from
noc.sa.interfaces.ihaslocaluser
import
IHasLocalUser
sa/interfaces/ihaslocaluser.py
0 → 100644
View file @
ee728f6d
# -*- coding: utf-8 -*-
##----------------------------------------------------------------------
## IHasLocalUser
##----------------------------------------------------------------------
## Copyright (C) 2007-2009 The NOC Project
## See LICENSE for details
##----------------------------------------------------------------------
"""
"""
from
base
import
*
class
IHasLocalUser
(
Interface
):
username
=
StringParameter
()
returns
=
BooleanParameter
()
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment