similar to: Problem joining a Linux computer to a Windows 2000 domain server

Displaying 20 results from an estimated 4000 matches similar to: "Problem joining a Linux computer to a Windows 2000 domain server"

2002 Nov 06
1
Samba 2.2.6 and Winbind
On Samba 2.2.6 and Winbind I used the following command and all are working: /usr/local/samba/bin/wbinfo -u (it did list all win 2000 users) /usr/local/samba/bin/wbinfo -g (it did list all win 2000 groups) root# getent passwd (it list all Linux users) root# getent group (it list all Linux groups) ============================================== The problem is. When
2007 Oct 02
0
Supervised call transfer problem
Hi all, I am running Asterisk in conjunction with a Sip proxy. Asterisk is registered to an external SIP carrier (sip.uni.it) If a call reachs Asterisk through the SIP carrier, then it is forwarded to the external SIP proxy extension (530 at weboffice.dyndns.org), when the extension 530 that has answered the call tries to transfer the call to another extension (513 at
2003 Jul 25
1
Unknown parameter "ads server"
I've been trying to get the active directory working in beta 3 and everything works perfectly up to doing the "net join -U Administrator%password" The script chokes on loading the smb.conf on the "ads server =" line. I've tried configuring/compiling again, using the rpm and nothing get me past that point. Output from error is below Any chance someone knows what is
2011 May 11
0
[LLVMdev] Path profiling command
Hi All, I use llvm version 2.9. llvm-prof does not support to read path profiling info. So could I use any way else to read path profiling info? Thanks Linh ________________________________ From: Andreas Neustifter <andreas.neustifter at gmail.com> To: Andrew Trick <atrick at apple.com> Cc: Linh Ho Tran <hotranlinh at yahoo.com>; "llvmdev at cs.uiuc.edu Mailing
2011 May 23
0
[LLVMdev] Need Path Profiling Format Document
Hi, Here is a link to my document on PP. On page 4, it has the format of the path profile. http://lists.cs.uiuc.edu/pipermail/llvmdev/attachments/20100823/db8abfb3/attachment-0001.pdf Cheers, Adam On 2011-05-22, at 9:31 PM, Linh Ho Tran wrote: > Dear Members, > > I am working on path profiling, but command llvm-prof cannot read path profile info. Making llvm-prof to be able to
2003 Apr 14
0
ADS Support
Hi, i just compiled and installed samba-3.0-alpha23 ! I have a problem and i can't figured out why ! :) When i configured the sources, i use : ./configure --with-ads --with-ldap --with-pam_smbpass --with-ldapsam --with-tdbsam --with-winbind make make install all goes ok, except for some warning and compilation error...dues to younh alpha release. BUT : 1- One : when i try to use the
2011 May 23
3
[LLVMdev] Need Path Profiling Format Document
Dear Members, I am working on path profiling, but command llvm-prof cannot read path profile info. Making llvm-prof to be able to read PP info is so wonderful. But I cannot find the format of PP. Could anyone give me the document of path profile info format so that I could modify llvm-prof. Thank you in advance Linh Ho -------------- next part -------------- An HTML attachment was
2009 Apr 07
1
Impossible to join my samba server to active directory domain
Hello, I've configure a samba server but when I do net join I have error message. here is the result of net join -d4 -U Administrateur: [2009/04/07 17:29:02, 3] param/loadparm.c:lp_load_ex(8778) lp_load_ex: refreshing parameters [2009/04/07 17:29:02, 3] param/loadparm.c:init_globals(4621) Initialising global parameters [2009/04/07 17:29:02, 3] param/params.c:pm_process(569)
2012 Jul 19
2
finding the values to minimize sum of functions
Hi fellow R users, I am desperately hoping there is an easy way to do this in R. Say I have three functions: f(x) = x^2 f(y) = 2y^2 f(z) = 3z^2 constrained such that x+y+z=c (let c=1 for simplicity). I want to find the values of x,y,z that will minimize f(x) + f(y) + f(z). I know I can use the optim function when there is only one function, but don't know how to set it up when there are
2003 Apr 23
2
Kerberized Telnet Badly Broken (Patch enclosed)
Ugh. With MAKE_KERBEROS5=yes, on a recent STABLE, I get the following trying to use Kerberized telnet: # telnet -l test big.x.kientzle.com Trying 66.166.149.54... Connected to big.x.kientzle.com. Escape character is '^]'. [ Trying mutual KERBEROS5 (host/big.x.kientzle.com@X.KIENTZLE.COM)... ] Bus error (core dumped) Fortunately, it's pretty easy to track down: (gdb) up #2
2010 Oct 27
3
Samba 3.5.6, Solaris 10, pam_winbind.so will not link
Greetings, Still no progress trying to get Samba 3.5.6 built on Solaris 10, using gcc 3.4.6. Maybe fresh eyes will see something? Been having issues building samba since 3.4.9 (and anything greater than 3.2.15 on Solaris 9 where samba will build, but winbind will not work properly for user authentication.) techops$ make Using CFLAGS = -I/opt/local/kerberos5/include -O -I.
2011 Mar 05
3
subsetting data by specified observation number
Hi members, I'd like to thank you guys ahead of time for the help. I'm kind of stuck. I have a data frame with ID and position numbers: 1> head(failed.3) id position 1 10000997 2 4 1000RW_M 2 15 1006RW_G 2 24 1012RW_M 3 28 10160917 2 30 1016RW_M 13 I'd like to use this to subset out a large dataset and keep only the observation
2003 Apr 01
0
kadmind patch error
Hello all I have a problem using kadmind patch. # cd /usr/src/kerberos5/libexec/k5admind # make depend && make all install ... /usr/src/kerberos5/libexec/k5admind/../../../crypto/heimdal/lib/hdb/hdb.h:41: hdb_asn1.h: No such file or directory In file included from /usr/src/kerberos5/libexec/k5admind/../../../crypto/heimdal/kadmin/kadm_conn.c:34:
2002 Oct 25
1
Samba 2.2.5 and Winbind bug.
Hi. On a Linux command line, when I issue this Linux command /usr/local/samba/bin/wbinfo -g, it return all the windows 2000 server built-in group name, and any "domain global group". However, it failed to return any "domain local group" or "universal group". These are groups that the administrator can create. Is this a bug with Samba 2.2.5 or 2.2.6 or is it a
2011 May 09
4
[LLVMdev] Path profiling command
Hi members, I am a LLVM newbee. I am working in path profiling. I got an error message when reading the path profile data I made a sample source named foo.c The command chain to make llvm path profiling as follows: 1. Compile to LLVM Bitcode llvm-gcc –emit-llvm foo.c –c –o foo.bc 2. Insert Path Instruments opt –insert-path-profiling foo.bc –o foo_path.bc 3. Link with profile
2004 May 05
0
FreeBSD Security Advisory FreeBSD-SA-04:08.heimdal
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 ============================================================================= FreeBSD-SA-04:08.heimdal Security Advisory The FreeBSD Project Topic: heimdal cross-realm trust vulnerability Category: core Module: crypto_heimdal
2004 May 05
0
FreeBSD Security Advisory FreeBSD-SA-04:08.heimdal
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 ============================================================================= FreeBSD-SA-04:08.heimdal Security Advisory The FreeBSD Project Topic: heimdal cross-realm trust vulnerability Category: core Module: crypto_heimdal
2002 May 30
0
[Bug 260] New: Expanded features in spec file.
http://bugzilla.mindrot.org/show_bug.cgi?id=260 Summary: Expanded features in spec file. Product: Portable OpenSSH Version: -current Platform: All OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Miscellaneous AssignedTo: openssh-unix-dev at mindrot.org ReportedBy:
2002 Aug 21
2
Someone with XP and Wine
Could someone with Wine and XP running send me a copy of their ./wine/config file? Thanks __________________________________________________ Do You Yahoo!? HotJobs - Search Thousands of New Jobs http://www.hotjobs.com
2005 Apr 20
1
Have configure search $PATH for krb5-config
Hi All. Right now, if OpenSSH is configure'ed --with-kerberos5 and the system has a krb5-config that's not in /usr/local/bin then configure won't find it. The attached patch changes this so krb5-config will be used if it's anywhere in the path (although if it exists in the directory specified by --with-kerberos5= then the user-supplied path will take precedence). You will