Displaying 2 results from an estimated 2 matches for "devpc".
Did you mean:
devp
2004 Sep 17
1
Using R to send to SOAP server?
...t, I'd appreciate being told so.
Thanks for any suggestions.
-Don
Here are the essential parts of the perl script.
use SOAP::Lite;
## assumes one arg
$msg = $ARGV[0];
if ($msg) {
print "[gm-nsps.pl] sending to NSPS\n";
$soap = SOAP::Lite
-> uri('http://chous-devpc.eedad.llnl.gov:9000/axis/services')
->
proxy('http://chous-devpc.eedad.llnl.gov:9000/axis/services/NspsIncidentService')
-> notifyIncidents( "$msg" );
}
Version information:
> version
_
platform powerpc-apple-darwin6.8.5
arch powerpc
os...
2007 Feb 16
3
pdbedit password policy - not updating ldapsam
...quot;
set primary group script = /opt/IDEALX/sbin/smbldap-usermod -g '%g' '%u'
idmap uid = 16777216-33554431
idmap gid = 16777216-33554431
template shell = /bin/false
winbind use default domain = no
------------ FULL LOG FILE FOR PDBEDIT --------------------
[root@devpc-tm1 samba]# pdbedit -y -i tdbsam -e ldapsam -d 10
INFO: Current debug levels:
all: True/10
tdb: False/0
printdrivers: False/0
lanman: False/0
smb: False/0
rpc_parse: False/0
rpc_srv: False/0
rpc_cli: False/0
passdb: False/0
sam: False/0
auth: False/0
winbind: False/0
vfs:...