diff options
author | Andrew Tridgell <tridge@samba.org> | 2002-07-30 15:34:10 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2002-07-30 15:34:10 +0000 |
commit | 55c978d85ea9b2fbd3eeb597d4b383399c5106a7 (patch) | |
tree | 978052f38d5a9b665c3950ddbd6a301325514051 /source3/include | |
parent | 9edc1cd4cfd3c02cfb1b867f8450384c446e8b60 (diff) | |
download | samba-55c978d85ea9b2fbd3eeb597d4b383399c5106a7.tar.gz samba-55c978d85ea9b2fbd3eeb597d4b383399c5106a7.tar.bz2 samba-55c978d85ea9b2fbd3eeb597d4b383399c5106a7.zip |
net ads info now reports the IP of the LDAP server as well as its name - very useful in scripts
(This used to be commit fc0d5479b575c1f495b9251413eed18ec1e37e02)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/ads.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/ads.h b/source3/include/ads.h index b3e18f18b8..78d2fcf4b5 100644 --- a/source3/include/ads.h +++ b/source3/include/ads.h @@ -17,6 +17,7 @@ typedef struct { char *password; char *user_name; char *server_realm; + struct in_addr ldap_ip; } ADS_STRUCT; typedef struct { |