Attributes Invoking External Scripts
Liam Hoekenga
liamr at umich.edu
Fri Aug 8 16:59:04 EDT 2014
On Fri, Aug 8, 2014 at 4:13 PM, Liam Hoekenga <liamr at umich.edu> wrote:
> You can do it in jython..
>
> val =
> os.popen("TLS_CACERT=/usr/local/shibboleth-idp/credentials/ldap.pem
> /usr/bin/ldapsearch -H %s -D %s -w '%s' -LLL -b '%s' '%s' dn |
> /usr/bin/perl -p0e 's/\n //g'|sort -u" % ( ldap_server, ldap_user,
> ldap_pass, s_base, s_filter )).readlines()
>
I should mention, this made me feel dirty. Just because you can, doesn't
mean you should..
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://shibboleth.net/pipermail/users/attachments/20140808/b45e194c/attachment.html
More information about the users
mailing list