search for: mycorp

Displaying 14 results from an estimated 14 matches for "mycorp".

2023 Jan 05
1
Question about KDC Resolution with Samba
I'm running a debug script from this site (Dated 16 Aug 2019, created and maintained by Rowland Penny and Louis van Belle). The script obtains the Linux server DOMAIN by running "hostname -d" which returns "mycorp.com". Next the script runs nslookup -type=SRV _kerberos._tcp.mycorp.com which fails ** server can't find _kerberos._tcp.mycorp.com: NXDOMAIN and the script exits. However, this is command does return the Windows KDC servers - nslookup -type=SRV _kerberos._tcp.wgname.ad.mycorp.com W...
2023 Jan 08
1
Question about KDC Resolution with Samba
> nslookup -type=SRV _kerberos._tcp.mycorp.com > > ** server can't find _kerberos._tcp.mycorp.com: NXDOMAIN > As 'hostname -d' is returning 'mycorp.com' it would seem that is the dns domain your computer is in. 'mycorp.com' != 'wgname.ad.mycorp.com' (which appears to be the dns domain of...
2007 Nov 14
3
Sso the Linux way?
So I was googling around about this over the last week and here is what I found: nis/yp is for some reason bad. Kerbos is holy, but no how-to's that don't involve windows and active directory. What is the recommended sso approach for centos? Where are there examples / docs to follow? Jason -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- -
2007 Mar 08
1
dovecot sasl auth (pam) + postfix doesn't work...
....conf--------- protocols = pop3 pop3s imap imaps disable_plaintext_auth = no log_timestamp = "%Y-%m-%d %H:%M:%S " mail_location = maildir:/var/mail/vhosts/turboden.net/%Ln/ mail_extra_groups = mail protocol imap { } protocol pop3 { pop3_uidl_format = %08Xu%08Xv } auth_default_realm = MYCORP.LOCAL auth_verbose = yes auth_debug = yes auth default { mechanisms = plain login passdb pam { args = dovecot } userdb static { args = uid=5000 gid=5000 } user = root socket listen { client { path = /var/spool/postfix/private/auth mode =...
2010 Jan 05
6
Sieve > Pigeonhole > external storage with LDAP or other data source available to dovecot
I am looking at porting and generalizing an old in-house patch that I'm using for the CMU Sieve plugin. It allows sieve script to test & lookup arguments from LDAP. Before getting too involved in this, I'd like to discuss my goals here in the hopes that someone else also thinks this would be useful. Many heads may make better design? Goal: ------ Allows scripts which are still
2011 Mar 21
1
Samba4 - WinXP rpc server unavailable
...t environment with Samba4 on Ubuntu 11.04 (alpha15 package), and a little problem around the joining to the domain from my WinXP SP3 machine. I followed the official Samba4 Howto, then my configuration steps was these: - Install smb4 from ubuntu package - setup provisioning, created a testdom.mycorp.local - setup bind9 with gssapi (everything working fine) - test authentication with kinit and klist - test cldap server with phpmyadmin (worked fine) Then if i try to join from a Windows XP SP3 machine i got 'RPC server unavailable' error message. If i try with wrong user/pass then...
2013 Jan 15
0
Function failure in tm
HI all: I have a customized source reader for the package tm (that Milan Bouchet-Vallat has been instrumental in producing). I can get it to produce a corpus of class: "VCorpus" "Corpus" "list" class(mycorp[1]) returns "VCorpus" "Corpus" "list" and class(mycorp[[1]] returns "PlainTextDocument" "TextDocument" "character" But now that I've got a corpsu, none of the transformation functions work at all. They all return the fol...
2010 Jun 26
1
Problem in "porting" a function on windows to linux?
...is should be done, this is my function: Code: //This function return True if log policy is set in registry and False otherwise int isLogEnabled() { HKEY hKey; LONG lRes; DWORD dwType, dwSize = 0; int retVal = 0; if((RegOpenKeyEx(HKEY_LOCAL_MACHINE, "SOFTWARE\\MyCorp", 0, KEY_ALL_ACCESS, &hKey)) == ERROR_SUCCESS) { lRes = RegQueryValueEx(hKey, "SpecialMode", 0, &dwType, NULL, &dwSize ); if(lRes == ERROR_SUCCESS) retVal = 1; RegCloseKey(hKey); } return retVal; } Since I think we...
2006 Dec 08
1
X Error: Nvidia Onboard - Supermicro
...ismatch for f0000000,1000000 old: write-back new: write-combining #from startx command: X Window System Version 6.8.2 Release Date: 9 February 2005 X Protocol Version 11, Revision 0, Release 6.8.2 Build Operating System: Linux 2.6.9-34.0.2.EL x86_64 [ELF] Current Operating System: Linux devbox02.mycorp.net 2.6.9-42.ELsmp #1 SMPTue Aug 15 10:35:26 BST 2006 x86_64 Build Date: 23 August 2006 Build Host: mehak.karan.org Before reporting problems, check http://wiki.X.Org to make sure that you have the latest version. Module Loader present OS Kernel: Linux version 2.6.9-42.ELsmp (buildcentos at mehak...
2013 Sep 27
2
Adding RFC2307 attributes to an existing Win2003 AD domain?
Running Samba 4.0.9, we have added a pair of Samba4 domain controllers to an existing Win2003 domain. How do we determine whether RFC2037 attributes already exist in the domain? And how would we go about adding them to an already existing domain?
2006 Apr 27
2
oplock not working correctly
...mbd/oplock.c:set_file_oplock(125) log.neteng02: set_file_oplock: granted oplock on file tmp/my_test_file.txt, dev = 804, inode = 251750772, file_id = 458,tv_sec = 444f3e81, tv_usec = d7ef7 *** END *** My smb/conf file looks like: *** START *** [global] netbios name = NETMON2 workgroup = MYCORP server string = LDAP PDC hosts allow = 172.16.0.0/19 security = user encrypt passwords = yes socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 interfaces = lo eth0 bind interfaces only = yes local master = yes os level = 65 domain master = yes domain logons = yes...
2012 Jan 11
4
MSDFS on [homes] share for two samba servers
Hello list, we have two samba servers on two localities with bigger distance between them. On both localities there are organizational staff working. And I am trying to configure homedirectories for all of staff in this way: - all users will have same beginning part of URL path where is their homedir located (i.e. \\files.example.com\loginname) for unification and central acces - but because
2011 Jul 19
6
Integrate Samba with Active Directory
Hello guys, I am setting up a Samba server (based on CentOS 5.6) on my company which will act as a print and file server. Also, it has dropbox installed. I have set up everything regarding to CUPS and Samba itself, but I'm not being able to integrate my shares with Active Directory. All I want is that access control to Samba shares is made through Active Directory users and their
2006 Apr 27
1
Unable to reset file permissions
...39; instead of the 'OK' button then immediately I see the permissions being reset. I've attached the debug output from trying to change the permissions the at the bottom of this message. My smb.conf file is as follows: *** START *** [global] netbios name = NETMON2 workgroup = MYCORP server string = LDAP PDC hosts allow = 172.16.0.0/19 security = user encrypt passwords = yes socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 interfaces = lo eth0 bind interfaces only = yes local master = yes os level = 65 domain master = yes domain logons = yes...