OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-2667-g1758478

Gerrit Code Review gerrit@openafs.org
Wed, 4 Jul 2012 07:04:21 -0700 (PDT)


The following commit has been merged in the master branch:
commit 17584782a4d76facf5a89a3eeeebfcc23582b3e8
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date:   Mon Jun 25 23:06:30 2012 -0400

    Windows: afslogon expand short domain names
    
    Depending on how the user specifies the domain name during login,
    NPLogonNotify may be given a short or a full domain or kerberos
    realm name.  If the name is the short name, attempt to expand it
    automatically if there is no 'realm' configured for the short
    domain name.
    
    This patchset relies upon data in the local registry instead of
    using an API such as NameTranslate in order to avoid network
    queries to the domain controller that might not be reachable.
    
    Change-Id: Ib2cd08bca5223fa847a462520074bb758191539d
    Reviewed-on: http://gerrit.openafs.org/7650
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
    Tested-by: Jeffrey Altman <jaltman@your-file-system.com>

 src/WINNT/afsd/afslogon.c |  103 ++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 102 insertions(+), 1 deletions(-)

-- 
OpenAFS Master Repository