Add nfs as a service principal type.

440242
This commit is contained in:
Rob Crittenden
2008-04-23 15:42:41 -04:00
parent 03b3dbd2ab
commit 47e6a75cff
2 changed files with 2 additions and 0 deletions

View File

@@ -37,6 +37,7 @@ dns
host
HTTP
ldap
nfs
rpc
snmp

View File

@@ -30,6 +30,7 @@ class PrincipalFields(object):
("host", "host"),
("HTTP", "HTTP"),
("ldap", "ldap"),
("nfs", "nfs"),
("other", "other"),
("rpc", "rpc"),
("snmp", "snmp")