Displaying 5 results from an estimated 5 matches for "noexport".
2020 Sep 14
2
Private Key Unavailable After Domain Password Change
...pen to all
users.
We have users connecting to one of our environments using OpenVPN. We have
been using the cryptoapicert option in the OpenVPN config and having it
reference a certificate/key we import to the user's account using certutil
(ex. "certutil -user -importpfx mycertkeypair.p12 NoExport") with the
NoExport option (or via mmc). (NoExport is so they can't export private key
and move to another system).
When the user changes their domain password then tries to connect to the
VPN, they get these errors below. If we manually re-import the certificate,
everything works properl...
2017 Jan 16
2
Building xapian-bindings
...in */*) d=`echo "$@"|sed
's,/[^/]*$$,,'`; $(MKDIR_P) "$$d" ;; esac
@DOCUMENTATION_RULES_TRUE@ $(RST2HTML) --exit-status=warning $< $@
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
When it tries to build:
/Applications/Xcode.app/Contents/Developer/usr/bin/make all-recursive
Making all in .
Making all in ruby
make[2]: *** No rule to make target `docs/xapian.rb', needed by
`docs/rdocs/index.html'. Stop.
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2...
2017 Jan 16
0
Building xapian-bindings
...;|sed
> 's,/[^/]*$$,,'`; $(MKDIR_P) "$$d" ;; esac
> @DOCUMENTATION_RULES_TRUE@ $(RST2HTML) --exit-status=warning $< $@
>
> # Tell versions [3.59,3.63) of GNU make to not export all variables.
> # Otherwise a system limit (for SysV at least) may be exceeded.
> .NOEXPORT:
>
>
> When it tries to build:
>
> /Applications/Xcode.app/Contents/Developer/usr/bin/make all-recursive
> Making all in .
> Making all in ruby
> make[2]: *** No rule to make target `docs/xapian.rb', needed by
> `docs/rdocs/index.html'. Stop.
> make[1]: *** [...
2012 Apr 30
5
[PATCH 0/4 v1] Remove gettextify, implement OCaml gettext.
Version 1 of the patch, for discussion, but not to be applied. It
does work, but needs a lot more testing.
This removes all the psychopathic gettextify cruft, and replaces it
with a 99 line Makefile.am. A large win, I think.
The third patch implements gettext support in the OCaml tools.
The fourth patch is just for illustration. It shows the consequent
changes to libguestfs.pot and the po
2010 Apr 09
4
Patch: support URLAUTH, BURL, CATENATE
...stlyclean mostlyclean-compile \
+ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
+ tags uninstall uninstall-am uninstall-imap_moduleLTLIBRARIES
+
+
+# Tell versions [3.59,3.63) of GNU make to not export all variables.
+# Otherwise a system limit (for SysV at least) may be exceeded.
+.NOEXPORT:
diff -Nur dovecot-1.2.11/src/plugins/urlauth/urlauth-keys.c dovecot-1.2.11+lemonade/src/plugins/urlauth/urlauth-keys.c
--- dovecot-1.2.11/src/plugins/urlauth/urlauth-keys.c 1969-12-31 18:00:00.000000000 -0600
+++ dovecot-1.2.11+lemonade/src/plugins/urlauth/urlauth-keys.c 2010-01-19 16:11:13.000000...