diff options
author | Andrew Bartlett <abartlet@samba.org> | 2005-06-17 05:43:31 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:18:20 -0500 |
commit | 876ed022c2df56a699fdf83caf34a072b10e912d (patch) | |
tree | becfc5e034bc1779dbbeebf0e826822583e2e99e /source4 | |
parent | 416c9068a2e2fcc50a7fdfff4c1b4dc8d99f6353 (diff) | |
download | samba-876ed022c2df56a699fdf83caf34a072b10e912d.tar.gz samba-876ed022c2df56a699fdf83caf34a072b10e912d.tar.bz2 samba-876ed022c2df56a699fdf83caf34a072b10e912d.zip |
r7673: With current Heimdal we don't need this (correct) fix.
This will however still be useful when we have crypt() based
authentication.
Andrew Bartlett
(This used to be commit 005e2c0cfed11010685ebc3f3a69cf9f484c958a)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/heimdal_build/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/heimdal_build/config.mk b/source4/heimdal_build/config.mk index 66680fb8ad..4d7e63877a 100644 --- a/source4/heimdal_build/config.mk +++ b/source4/heimdal_build/config.mk @@ -380,6 +380,6 @@ REQUIRED_SUBSYSTEMS = \ # Start SUBSYSTEM KERBEROS_LIB [SUBSYSTEM::KERBEROS_LIB] #REQUIRED_SUBSYSTEMS = EXT_LIB_KRB5 -REQUIRED_SUBSYSTEMS = HEIMDAL LIBREPLACE EXT_LIB_CRYPT +REQUIRED_SUBSYSTEMS = HEIMDAL LIBREPLACE # End SUBSYSTEM KERBEROS_LIB ####################### |