search for: myuid

Displaying 6 results from an estimated 6 matches for "myuid".

Did you mean: myid
2005 May 11
0
RODBC Oracle and VB automation with R(D)COM
...e, and now im switching to Oracle 9i. I use R 2.0.1 on a Windows XP platform, 1GB ram, 2GHz Intel Processor) When I connect through the Rgui R console, the connection is successful (but through VB the attempt fails): >library(RODBC) >channel <- odbcConnect(dsn="MY_DB", uid="MYUID", pwd="MYPWD", case = "oracle") >channel RODB Connection 4 Details: case=toupper DSN=MY_DB UID=MYUID PWD=MYPWD DBQ=LT10G DBA=W APA=T EXC=F FEN=T QTO=T FRC=10 FDL=10 LOB=T RST=T GDE=F FRL=F BAM=IfAllSuccessful NUM=NLS DPM=F MTS=T...
2003 Aug 25
1
ODBC Oracle access
...to sucessfully connect to an MS Access DB that has tables linked through to the oracle database in question and that seems to work OK but it would be preferable to cut out the MS access middle-man. The command I'm attempting to use is: conn<- odbcConnect(dsn='myDSN', uid = "myUID", pwd = "myPWD", case = "oracle",believeNRows=FALSE) I wouldn't be surprised if there is an issue with the dsn configuration and not R (though I cant find it) so any tips as to things that I should check there would also be gratefully received. Version _...
2007 Oct 05
1
Fwd: could not read attribute 'gidNumber' --> seems to work with ldapsearch
...:47 AM Subject: could not read attribute 'gidNumber' To: samba@lists.samba.org Hi I am using samba 3.0.23c on RHEL5 with security = ads. If I use "idmap backend = ad" i can see in the logfile that it gets my uidNumber: ad_idmap_get_id_from_sid mapped SID [S-mysid] to POSIX UID myuid but it is not able to get my gidNumber: [2007/10/04 09:44:17, 1] sam/idmap_ad.c:ad_idmap_get_id_from_sid(309) ad_idmap_get_id_from_sid: ads_pull_uint32: could not read attribute 'gidNumber' any idea? thanks!
2019 Aug 30
1
Samba SSSD Integration
...:23:49.228990, 0, pid=40996, effective(0, 0), real(0, 0)] ../source3/printing/nt_printing.c:249(nt_printing_init) Aug 30 17:23:49 server1.domain.com smbd[40996]: nt_printing_init: error checking published printers: WERR_ACCESS_DENIED And when I do a smbclient -L server1.domain.com -W DOMAIN -U myuid I see a message in the logs "session setup failed: NT_STATUS_NO_LOGON_SERVERS" Any help would be appreciated.
2015 Dec 04
3
How to set unix properties from command line
Samba version: 4.1.17 I want to use a Samba AD controller to manage access to both my Windows and Linux boxes. I managed to import my old Samba users using pdbedit however as I want to use the new Samba AD controller to manage access to the Linux workstations too I want to configure Unix properties on all my accounts. Unfortunately I cannot find any command-line tool on Linux that will allow me
2018 Apr 11
9
[Bug 2856] New: key-options.sh fails when pty /dev/ttyp1 is not owned by testing user
...H-7.7p1, but the version dropbox lacks this version. Probably also applicable for other versions. Running "make t-exec" test on NetBSD as non-root. This OS doesn't have /dev/ptmx, and relies on sshd(running as root) to chown the pty's ownership, so chown("/dev/ttyp1", myuid, ttygid) by sshd invoked by user privilege during the test will fail, unless /dev/ttyp1 had been chown'ed to the user by previous ssh login. run test key-options.sh seems to stumble on this: ======= run test key-options.sh ... key option command="echo bar" key option no-pty,command=&...