Skip to content

Commit

Permalink
Unity: update NasServerUnixDirectoryServiceEnum (#322)
Browse files Browse the repository at this point in the history
Add Local value.
  • Loading branch information
Murray-LIANG authored Sep 2, 2020
1 parent d78a72d commit 203541e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions storops/unity/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ class ReplicationTypeEnum(UnityEnum):

class NasServerUnixDirectoryServiceEnum(UnityEnum):
NONE = (0, 'No Directory Service')
LOCAL = (1, 'Use local files for looking up identity information.')
NIS = (2, 'Use NIS Server')
LDAP = (3, 'Use LDAP Server')
LOCAL_THEN_NIS = (4, 'Local Then NIS')
Expand Down

0 comments on commit 203541e

Please sign in to comment.