diff options
author | Gerald Carter <jerry@samba.org> | 2003-03-12 15:40:43 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2003-03-12 15:40:43 +0000 |
commit | c992f66d733d230bc71f61ab4d13c08354ec0685 (patch) | |
tree | 8e8d8237267674628112d58d2e2b7e753c655102 /source3/include | |
parent | f4a8417d6fa058ec33753a4df1222131a73add3e (diff) | |
download | samba-c992f66d733d230bc71f61ab4d13c08354ec0685.tar.gz samba-c992f66d733d230bc71f61ab4d13c08354ec0685.tar.bz2 samba-c992f66d733d230bc71f61ab4d13c08354ec0685.zip |
adding some initiaial code to sert %a to Win2K3 (using Native LanMan string from .NET RC2)
(This used to be commit 4c823e61d14a33344deb887043b60b2e3c83416f)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/smb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h index bd4f113039..bf2d5631a7 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -1408,7 +1408,7 @@ enum ldap_ssl_types {LDAP_SSL_ON, LDAP_SSL_OFF, LDAP_SSL_START_TLS}; enum ldap_passwd_sync_types {LDAP_PASSWD_SYNC_ON, LDAP_PASSWD_SYNC_OFF, LDAP_PASSWD_SYNC_ONLY}; /* Remote architectures we know about. */ -enum remote_arch_types {RA_UNKNOWN, RA_WFWG, RA_OS2, RA_WIN95, RA_WINNT, RA_WIN2K, RA_WINXP, RA_SAMBA}; +enum remote_arch_types {RA_UNKNOWN, RA_WFWG, RA_OS2, RA_WIN95, RA_WINNT, RA_WIN2K, RA_WINXP, RA_WIN2K3, RA_SAMBA}; /* case handling */ enum case_handling {CASE_LOWER,CASE_UPPER}; |