Sponsored Content
Operating Systems Linux Red Hat AD Intergration with Cent OS 6 Post 302590056 by bobby320 on Friday 13th of January 2012 05:21:39 PM
Old 01-13-2012
AD Intergration with Cent OS 6

Hello,

I am integration AD authentication to Cent OS 6 servers. I am running to this error when I tried to join with AD server.

error message :

Code:
# net ads join -U 504783
Host is not configured as a member server.
Invalid configuration.  Exiting....
Failed to join domain: This operation is only allowed for the PDC of the doma        in.
#

configuration file of samba smb.conf under [global] is updated with this info.

Code:
workgroup = ctab
realm = CTAB.ALPHA.COM
security = ads
idmap uid = 7000-500000
idmap gid = 7000-500000
template shell = /bin/bash
template homedir = /home/%U
winbind use default domain = true
winbind offline logon = false
winbind nss info = rfc2307
idmap config TRD:backend = ad
idmap config TRD:defauly = yes
idmap config TRD:range = 70000-500000
idmap config TRD:schema_mode = rfc2307
server string = Samba Server Version %y

I have updated krb5.conf as this

Code:
#more /etc/krb5.conf
[logging]
 default = FILE:/var/log/krb5libs.log
 kdc = FILE:/var/log/krb5kdc.log
 admin_server = FILE:/var/log/kadmind.log

[libdefaults]
 default_realm = CTAB.ALPHA.COM
 dns_lookup_realm = false
 dns_lookup_kdc = false
 ticket_lifetime = 24h
 renew_lifetime = 7d
 forwardable = true

[realms]
 CTLAB.ALPHA.COM = {
  kdc = ctab.alpha.com
  admin_server = ctab.alpha.com
 }

[domain_realm]
 .ctab.alpha.com = CTLAB.ALPHA.COM
 ctab.alpha.com = CTLAB.ALPHA.COM
#

I wasnt able to fix it can someone please suggest it.

Thanks,
Kartheek.
 

7 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Chek if a file exists in Ubuntu and Cent OS using shell script

I have tried few examples in the internet but all of them are different and none worked. I need to check if a file exists in a directory if it does not then exit . here is what I have for now $filename ="/usr/local/net/var/lib/directoryservice/sync.disable" if ; then echo "The file exists"... (2 Replies)
Discussion started by: m_kk
2 Replies

2. Linux

how to make a Cent OS package.

I am using Cent OS 5.1. It has a command "yum" to install or update new packeges from a mirror or repository. i am doing installation and configuration of Sun directory server and opensso. i have made a shell script to install and configure both. but now the need is to create a Cent OS packege,... (1 Reply)
Discussion started by: toanilsharma1
1 Replies

3. Red Hat

Installation of Web Logic9.2 on Cent OS5

Hi, Trying to install web logic 9.2 on Cent OS in the Graphical mode. After accepting the license agreement the "Complete" installation is selected.The path for installing the components is mentioned and when clicked on "Next" it hangs and is not proceeding further. Any suggestion or... (0 Replies)
Discussion started by: rajp_8007
0 Replies

4. Linux

UVFS in Cent OS

Hi, Trying to install Interwoven Teamsite in CentOs 5.4. Found issue in the first step while installing the uvfs . # gmake /usr/bin/gcc -g -O3 -Wall -I. -c -o uvfs_signal.o uvfs_signal.cc gcc: error trying to exec 'cc1plus': execvp: No such file or directory gmake: *** Error 1 # ... (2 Replies)
Discussion started by: rajarshiroy77
2 Replies

5. Red Hat

How to Find all the SSL certs on a give host Cent OS

Hi I am trying to find all the ssl certs installed/located on cent os Host , Please help . (1 Reply)
Discussion started by: smartguyz2012
1 Replies

6. UNIX for Advanced & Expert Users

Disable rm -rf * or rm -rf / in Cent OS

Can some one suggest me the way to disable " rm -rf * " or " rm -rf / " command execution permanently from the server. Any suggestion will be very much helpful . (18 Replies)
Discussion started by: shiek.kaleem
18 Replies

7. Linux

Add persistent route in cent os 6.5

Hi , I have cent os 6.5 and am trying to make few routes permanent for bond: i have added two routes using below two commands : /sbin/route add -net 10.0.0.0 netmask 255.0.0.0 gw 10.59.160.128 /sbin/route add -net 0.0.0.0 netmask 0.0.0.0 gw 49.44.52.90 post which route command output is... (5 Replies)
Discussion started by: omkar.jadhav
5 Replies
JAAA(1) 						      General Commands Manual							   JAAA(1)

NAME
jaaa -- JACK and ALSA Audio Analyser SYNOPSIS
jaaa [-h] [-C nchan] [-J] [-A [-ddevice] [-rrate] [-pperiod] [-nnfraqs] ] DESCRIPTION
jaaa is an audio signal generator and spectrum analyser designed to make accurate measurements. OPTIONS
-h Show summary of options. -C Number of channels (1..8) [4 -J Use JACK -A Use ALSA (with following options) -d device Alsa device [hw:0.0] -r rate Sample frequency [48000] -p period Period size [1024] -n nfrag Number of fragments [2] Either -J or -A must be given. INTERACTIVE CONTROL
Input : Select on of the four inputs. Frequency and Amplitude : These two sets of buttons set the display view. One of these six buttons, or 'Bandw', 'Peak', or 'Noise' discussed below, has an orange LED at its left side. The LED indicates the 'currenty selected parameter' that usually can be modified in three ways : o by typing a new value into the text widget, followed by ENTER o by using the '<' or '>' buttons to decrement or increment, o by mouse gestures Frequency : Buttons 'Min' and 'Max' set the min and max displayed frequencies. If either of these is selected then o a horizontal Drag Left changes 'Min' o a horizontal Drag Right changes 'Max' Button 'Cent' is the frequency at the middle of the x-axis. Button 'Span' is 'Max' - 'Min', changing this value preserves 'Cent'. If either of these is selected then o a horizontal Drag Left changes 'Cent' o a horizontal Drag Right changes 'Span' Button 'Cent' can also be set by Clicking in the frequency axis scale. Amplitude : Button 'Max' is the maximum value on the y-axis. Button 'Range' is the range of the y-axis. If either of these is selected then o a vertical Drag Left changes 'Max' o a vertical Drag Right changes 'Range' So for the last four mouse gestures, a Drag Left will scroll the display, while a Drag Right will zoom in or out. Maybe I will add and automatic selection of the axis based on the direction of the mouse gesture. Analyser : The analyser is based on a windowed FFT. Actually the windowing is performed by convolution after the FFT, and combined with interpola- tion. The windowing and interpolation ensure that displayed peaks will be accurate to 0.25 dB even if the peak falls between the FFT bins. More accurate measurements can be made using the markers (see below). Button 'Bandw' sets the FFT length, and hence the bandwidth of the analyser. Depending on this value, the size of the display and the frequency range, you may sometimes see two traces. This happens when the resolution of the analyser is better than the display, so that one pixel contains more than one analyser value. In that case, the blue trace is the peak value over the frequency range represented by each pixel, and the gray one is the average value. The first one is correct for discrete frequencies, and the latter should be used to read noise densities. There is no mouse gesture to change the bandwidth. Button 'VidAv' or video average, when switched on, averages the measured energy over time. This is mainly used to measure noise. The averaging length increases over time, to a maxumum of 1000 iterations. Changing the input or bandwidth resets and restarts the averaging. Button 'Freeze' freezes the analyser, but not the display, so you can still scroll and zoom or use the markers discussed below. Markers : Markers are used in order to accurately read off values in the display. There can be up to two markers, set by clicking at the desired frequency inside the display. When there are two markers, the second one will move with each click, while the first remains fixed. Mea- sured values for the two markers, and their difference in frequency and level are displayed in the upper left corner of the display. Button 'Clear' clears the markers. When 'Peak' is selected, clicking inside the display will set a marker at the nearest peak. The exact frequency and level of the peak are found by interpolation, so the frequency can be much more accurate than the FFT step, and the level corresponds to the true peak value regardless of display or analyser resolution. When 'Noise' is selected, clicking inside the display will set a noise marker. The noise density (energy per Hz) is calculated and displayed. SEE ALSO
jackd (1) WWW
http://www.kokkinizita.net/linuxaudio/ AUTHOR
This manual page was written by Philippe Coval rzr@gna.org for the Debian system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 any later version published by the Free Software Foundation. On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL. JAAA(1)
All times are GMT -4. The time now is 08:46 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy