Pam_ldap login dont work

I did read almost topics about the subject but i cant see a solution for the problem.
I'm running DS 6.2, solaris 10 latest update for server and client, but my client fail when try log in.
* The proxyagent its ok.
* getent passwd shows my users.
* 'su - user' from root account work fine, but 'su - user' from a regular user dont work, console login dont work, ssh login dont work.
* using a ldap browser i can bind to ldap using userDN / password.
Anybody can help-me, please !!!!!
My pam.conf :
# Authentication management
# login service (explicit because of pam_dial_auth)
login auth requisite pam_authtok_get.so.1
login auth required pam_dhkeys.so.1
login auth required pam_unix_cred.so.1
login auth required pam_dial_auth.so.1
login auth binding pam_unix_auth.so.1 server_policy
login auth required pam_ldap.so.1
# rlogin service (explicit because of pam_rhost_auth)
rlogin auth sufficient pam_rhosts_auth.so.1
rlogin auth requisite pam_authtok_get.so.1
rlogin auth required pam_dhkeys.so.1
rlogin auth required pam_unix_cred.so.1
rlogin auth binding pam_unix_auth.so.1 server_policy
rlogin auth required pam_ldap.so.1
# rsh service (explicit because of pam_rhost_auth,
# and pam_unix_auth for meaningful pam_setcred)
rsh auth sufficient pam_rhosts_auth.so.1
rsh auth required pam_unix_cred.so.1
rsh auth binding pam_unix_auth.so.1 server_policy
rsh auth required pam_ldap.so.1
# PPP service (explicit because of pam_dial_auth)
ppp auth requisite pam_authtok_get.so.1
ppp auth required pam_dhkeys.so.1
ppp auth required pam_dial_auth.so.1
ppp auth binding pam_unix_auth.so.1 server_policy
ppp auth required pam_ldap.so.1
# Default definitions for Authentication management
# Used when service name is not explicitly mentioned for authentication
other auth requisite pam_authtok_get.so.1
other auth required pam_dhkeys.so.1
other auth required pam_unix_cred.so.1
other auth binding pam_unix_auth.so.1 server_policy
other auth required pam_ldap.so.1
# passwd command (explicit because of a different authentication module)
passwd auth binding pam_passwd_auth.so.1 server_policy
passwd auth required pam_ldap.so.1
# cron service (explicit because of non-usage of pam_roles.so.1)
cron account required pam_unix_account.so.1
# Default definition for Account management
# Used when service name is not explicitly mentioned for account management
other account requisite pam_roles.so.1
other account binding pam_unix_account.so.1 server_policy
other account required pam_ldap.so.1
# Default definition for Session management
# Used when service name is not explicitly mentioned for session management
other session required pam_unix_session.so.1
# Default definition for Password management
# Used when service name is not explicitly mentioned for password management
other password required pam_dhkeys.so.1
other password requisite pam_authtok_get.so.1
other password requisite pam_authtok_check.so.1
other password required pam_authtok_store.so.1 server_policy
# Support for Kerberos V5 authentication and example configurations can
# be found in the pam_krb5(5) man page under the "EXAMPLES" section.
Debug logs:
Dec 5 11:20:37 build login[15583]: [ID 857369 auth.debug] PAM[15583]: pam_start(login,agaksri,8066378:80695d0) - debug = 1
Dec 5 11:20:37 build login[15583]: [ID 436049 auth.debug] PAM[15583]: pam_set_item(80695d0:service)
Dec 5 11:20:37 build login[15583]: [ID 436049 auth.debug] PAM[15583]: pam_set_item(80695d0:user)
Dec 5 11:20:37 build login[15583]: [ID 436049 auth.debug] PAM[15583]: pam_set_item(80695d0:conv)
Dec 5 11:20:37 build login[15583]: [ID 436049 auth.debug] PAM[15583]: pam_set_item(80695d0:tty)
Dec 5 11:20:37 build login[15583]: [ID 436049 auth.debug] PAM[15583]: pam_set_item(80695d0:rhost)
Dec 5 11:20:37 build login: [ID 314219 auth.debug] PAM[15583]: pam_authenticate(80695d0, 0)
Dec 5 11:20:37 build login: [ID 842538 auth.debug] PAM[15583]: load_modules(80695d0, pam_sm_authenticate)=/usr/lib/security/pam_authtok_get.so.1
Dec 5 11:20:37 build login: [ID 634567 auth.debug] PAM[15583]: load_function: successful load of pam_sm_authenticate
Dec 5 11:20:37 build login: [ID 842538 auth.debug] PAM[15583]: load_modules(80695d0, pam_sm_authenticate)=/usr/lib/security/pam_dhkeys.so.1
Dec 5 11:20:37 build login: [ID 634567 auth.debug] PAM[15583]: load_function: successful load of pam_sm_authenticate
Dec 5 11:20:37 build login: [ID 842538 auth.debug] PAM[15583]: load_modules(80695d0, pam_sm_authenticate)=/usr/lib/security/pam_unix_cred.so.1
Dec 5 11:20:37 build login: [ID 634567 auth.debug] PAM[15583]: load_function: successful load of pam_sm_authenticate
Dec 5 11:20:37 build login: [ID 842538 auth.debug] PAM[15583]: load_modules(80695d0, pam_sm_authenticate)=/usr/lib/security/pam_dial_auth.so.1
Dec 5 11:20:37 build login: [ID 634567 auth.debug] PAM[15583]: load_function: successful load of pam_sm_authenticate
Dec 5 11:20:37 build login: [ID 842538 auth.debug] PAM[15583]: load_modules(80695d0, pam_sm_authenticate)=/usr/lib/security/pam_unix_auth.so.1
Dec 5 11:20:37 build login: [ID 634567 auth.debug] PAM[15583]: load_function: successful load of pam_sm_authenticate
Dec 5 11:20:37 build login: [ID 842538 auth.debug] PAM[15583]: load_modules(80695d0, pam_sm_authenticate)=/usr/lib/security/pam_ldap.so.1
Dec 5 11:20:37 build login: [ID 634567 auth.debug] PAM[15583]: load_function: successful load of pam_sm_authenticate
Dec 5 11:20:37 build login: [ID 227947 auth.debug] PAM[15583]: pam_get_user(80695d0, 80695d0, NULL)
Dec 5 11:20:42 build login: [ID 436049 auth.debug] PAM[15583]: pam_set_item(80695d0:authtok)
Dec 5 11:20:42 build last message repeated 1 time
Dec 5 11:20:42 build login: [ID 227947 auth.debug] PAM[15583]: pam_get_user(80695d0, 8047d10, NULL)
Dec 5 11:20:42 build login: [ID 952117 auth.debug] PAM[15583]: pam_authenticate(80695d0, 0): error Authentication failed
Dec 5 11:20:42 build login: [ID 285619 auth.debug] ldap pam_sm_authenticate(login agaksri), flags = 0
Dec 5 11:20:42 build login: [ID 436049 auth.debug] PAM[15583]: pam_set_item(80695d0:authtok)
Dec 5 11:20:46 build login: [ID 436049 auth.debug] PAM[15583]: pam_set_item(80695d0:user)
Dec 5 11:20:46 build login: [ID 436049 auth.debug] PAM[15583]: pam_set_item(80695d0:ruser)
Dec 5 11:20:46 build login: [ID 436049 auth.debug] PAM[15583]: pam_set_item(80695d0:user_prompt)
Dec 5 11:20:46 build login: [ID 314219 auth.debug] PAM[15583]: pam_authenticate(80695d0, 0)
Dec 5 11:20:46 build login: [ID 842538 auth.debug] PAM[15583]: load_modules(80695d0, pam_sm_authenticate)=/usr/lib/security/pam_authtok_get.so.1
Dec 5 11:20:46 build login: [ID 227947 auth.debug] PAM[15583]: pam_get_user(80695d0, 80695d0, NULL)
ldapclient list:
NS_LDAP_FILE_VERSION= 2.0
NS_LDAP_BINDDN= cn=proxyagent,ou=profile,ou=tigoias,dc=goias,dc=gov
NS_LDAP_BINDPASSWD= {NS1}ecc4aa3a54331543
NS_LDAP_SERVERS= aga253distp021
NS_LDAP_SEARCH_BASEDN= ou=tigoias,dc=goias,dc=gov
NS_LDAP_AUTH= tls:simple
NS_LDAP_SEARCH_REF= FALSE
NS_LDAP_SEARCH_SCOPE= one
NS_LDAP_SEARCH_TIME= 30
NS_LDAP_CACHETTL= 43200
NS_LDAP_PROFILE= aga253distp043
NS_LDAP_CREDENTIAL_LEVEL= proxy
NS_LDAP_SERVICE_SEARCH_DESC= passwd:ou=people,ou=tigoias,dc=goias,dc=gov?one
NS_LDAP_SERVICE_SEARCH_DESC= group:ou=group,ou=tigoias,dc=goias,dc=gov?one
NS_LDAP_SERVICE_SEARCH_DESC= shadow:ou=people,ou=tigoias,dc=goias,dc=gov?one
NS_LDAP_BIND_TIME= 10
NS_LDAP_SERVICE_AUTH_METHOD= pam_ldap:tls:simple
NS_LDAP_SERVICE_AUTH_METHOD= passwd-cmd:tls:simple
[root@build:/etc] # /usr/lib/ldap/ldap_cachemgr -g
cachemgr configuration:
server debug level 0
server log file "/var/ldap/cachemgr.log"
number of calls to ldapcachemgr 20
cachemgr cache data statistics:
Configuration refresh information:
Previous refresh time: 2007/12/05 14:22:32
Next refresh time: 2007/12/06 02:22:32
Server information:
Previous refresh time: 2007/12/05 15:02:32
Next refresh time: 2007/12/05 15:22:32
server: aga253distp021, status: UP
Cache data information:
Maximum cache entries: 256
Number of cache entries: 0

flistello,
I dont know if the problem is sshd, because i get the same problem trying log in using "su - user".
Wrong user password debug:
Dec 17 14:51:41 aga253distp034 su: [ID 487273 auth.debug] PAM[20164]: pam_set_item(8068420:authtok)
Dec 17 14:51:41 aga253distp034 last message repeated 1 time
Dec 17 14:51:41 aga253distp034 su: [ID 250427 auth.debug] PAM[20164]: pam_authenticate(8068420, 0): error Authentication failed
Dec 17 14:51:41 aga253distp034 su: [ID 453631 auth.debug] tid= 1: Adding connection (serverAddr=aga253distp021)
Dec 17 14:51:41 aga253distp034 su: [ID 776464 auth.debug] tid= 1: Initialized sessionPool
Dec 17 14:51:41 aga253distp034 su: [ID 816976 auth.debug] tid= 1: Connection added [0]
Dec 17 14:51:41 aga253distp034 su: [ID 467101 auth.debug] tid= 1: connectionID=1024
Dec 17 14:51:41 aga253distp034 su: [ID 805042 auth.debug] tid= 1: shared=1
Dec 17 14:51:41 aga253distp034 su: [ID 982078 auth.debug] tid= 1: usedBit=0
Dec 17 14:51:41 aga253distp034 su: [ID 727660 auth.debug] tid= 1: threadID=1
Dec 17 14:51:41 aga253distp034 su: [ID 577507 auth.debug] tid= 1: serverAddr=aga253distp021
Dec 17 14:51:41 aga253distp034 su: [ID 939703 auth.debug] tid= 1: AuthType=3
Dec 17 14:51:41 aga253distp034 su: [ID 142272 auth.debug] tid= 1: TlsType=1
Dec 17 14:51:41 aga253distp034 su: [ID 537450 auth.debug] tid= 1: SaslMech=0
Dec 17 14:51:41 aga253distp034 su: [ID 625532 auth.debug] tid= 1: SaslOpt=0
Dec 17 14:51:41 aga253distp034 su: [ID 339871 auth.debug] tid= 1: hostCertPath=/var/ldap
Dec 17 14:51:41 aga253distp034 su: [ID 639905 auth.debug] tid= 1: userID=cn=proxyagent,ou=profile,ou=tigoias,dc=goias,dc=gov
Dec 17 14:51:41 aga253distp034 su: [ID 323218 auth.debug] tid= 1: unlocking sessionLock
*Dec 17 14:51:41 aga253distp034 su: [ID 293258 auth.error] libsldap: Status: 49 Mesg: openConnection: simple bind failed - Invalid credentials*
Dec 17 14:51:41 aga253distp034 su: [ID 250427 auth.debug] PAM[20164]: pam_authenticate(8068420, 0): error Authentication failed
Dec 17 14:51:41 aga253distp034 su: [ID 487273 auth.debug] PAM[20164]: pam_set_item(8068420:authtok)
Dec 17 14:51:41 aga253distp034 su: [ID 810491 auth.crit] 'su agaksri' failed for root on /dev/pts/6
Correct user password debug:
Dec 17 14:51:04 aga253distp034 su: [ID 968049 auth.debug] PAM[19395]: pam_set_item(8068420:authtok)
Dec 17 14:51:04 aga253distp034 last message repeated 1 time
Dec 17 14:51:04 aga253distp034 su: [ID 968742 auth.debug] PAM[19395]: pam_authenticate(8068420, 0): error Authentication failed
Dec 17 14:51:04 aga253distp034 su: [ID 453631 auth.debug] tid= 1: Adding connection (serverAddr=aga253distp021)
Dec 17 14:51:04 aga253distp034 su: [ID 776464 auth.debug] tid= 1: Initialized sessionPool
Dec 17 14:51:04 aga253distp034 su: [ID 816976 auth.debug] tid= 1: Connection added [0]
Dec 17 14:51:04 aga253distp034 su: [ID 467101 auth.debug] tid= 1: connectionID=1024
Dec 17 14:51:04 aga253distp034 su: [ID 805042 auth.debug] tid= 1: shared=1
Dec 17 14:51:04 aga253distp034 su: [ID 982078 auth.debug] tid= 1: usedBit=0
Dec 17 14:51:04 aga253distp034 su: [ID 727660 auth.debug] tid= 1: threadID=1
Dec 17 14:51:04 aga253distp034 su: [ID 577507 auth.debug] tid= 1: serverAddr=aga253distp021
Dec 17 14:51:04 aga253distp034 su: [ID 939703 auth.debug] tid= 1: AuthType=3
Dec 17 14:51:04 aga253distp034 su: [ID 142272 auth.debug] tid= 1: TlsType=1
Dec 17 14:51:04 aga253distp034 su: [ID 537450 auth.debug] tid= 1: SaslMech=0
Dec 17 14:51:04 aga253distp034 su: [ID 625532 auth.debug] tid= 1: SaslOpt=0
Dec 17 14:51:04 aga253distp034 su: [ID 339871 auth.debug] tid= 1: hostCertPath=/var/ldap
Dec 17 14:51:04 aga253distp034 su: [ID 639905 auth.debug] tid= 1: userID=cn=proxyagent,ou=profile,ou=tigoias,dc=goias,dc=gov
Dec 17 14:51:04 aga253distp034 su: [ID 323218 auth.debug] tid= 1: unlocking sessionLock
Dec 17 14:51:04 aga253distp034 su: [ID 453631 auth.debug] tid= 1: Adding connection (serverAddr=aga253distp021)
Dec 17 14:51:04 aga253distp034 su: [ID 816976 auth.debug] tid= 1: Connection added [1]
Dec 17 14:51:04 aga253distp034 su: [ID 467101 auth.debug] tid= 1: connectionID=1025
Dec 17 14:51:04 aga253distp034 su: [ID 805042 auth.debug] tid= 1: shared=1
Dec 17 14:51:04 aga253distp034 su: [ID 982078 auth.debug] tid= 1: usedBit=0
Dec 17 14:51:04 aga253distp034 su: [ID 727660 auth.debug] tid= 1: threadID=1
Dec 17 14:51:04 aga253distp034 su: [ID 577507 auth.debug] tid= 1: serverAddr=aga253distp021
Dec 17 14:51:04 aga253distp034 su: [ID 939703 auth.debug] tid= 1: AuthType=3
Dec 17 14:51:04 aga253distp034 su: [ID 142272 auth.debug] tid= 1: TlsType=1
Dec 17 14:51:04 aga253distp034 su: [ID 537450 auth.debug] tid= 1: SaslMech=0
Dec 17 14:51:04 aga253distp034 su: [ID 625532 auth.debug] tid= 1: SaslOpt=0
Dec 17 14:51:04 aga253distp034 su: [ID 339871 auth.debug] tid= 1: hostCertPath=/var/ldap
Dec 17 14:51:04 aga253distp034 su: [ID 639905 auth.debug] tid= 1: userID=uid=agaksri,ou=people,ou=tigoias,dc=goias,dc=gov
Dec 17 14:51:04 aga253distp034 su: [ID 968049 auth.debug] PAM[19395]: pam_set_item(8068420:authtok)
Dec 17 14:51:04 aga253distp034 su: [ID 810491 auth.crit] 'su agaksri' failed for root on /dev/pts/6

Similar Messages

  • Iphone dont work

    my iphone dont work what to do ?
    i bought my iphone 5s before 8 months.
    i went to idigital store that said me i havent 1 warrenty there .
    they said me to go orange commpany in israel and they say that my iphone
    wont prepare there
    i dont know what to do
    i had all my money in this iphone and i need it immedditly.
    i need your helpful how i cheak my iphone and prepare it /
    thanks you

    snans wrote:
    my iphone dont work what to do ? - what doesn't work - maybe add some details
    i bought my iphone 5s before 8 months. - where did you buy this phone
    i went to idigital store that said me i havent 1 warrenty there . not international warranty only in the country the phone was purchased.
    they said me to go orange commpany in israel and they say that my iphone
    wont prepare there
    i dont know what to do
    i had all my money in this iphone and i need it immedditly.
    i need your helpful how i cheak my iphone and prepare it /
    thanks you

  • Speakers dont work

    My speakers dont work , headphone jacks do

    Try reset SMC
    see
    http://support.apple.com/kb/ht3964
    and Pram
    http://support.apple.com/kb/ht1379

  • Facetime dont work

    my facetime dont work whith lion

    Hello, friends.
    In order to run FaceTime on Lion, solving the server registration issue, you must create a new password key in Keychain, with the following parameters:
    Name: com.apple.facetime: registrationV1
    Account: registrationV1
    Where: com.apple.facetime
    Then, restart your Mac.
    Best regards!

  • Dont work dimms 2- on K8N Diamond

    Hi, i have problem with DIMM 2-4, if i put any memrory ram in the DIMMs 2 or 4, the BIOS give this error (using the led):
    Quote
    Testing onboard memory size. The D-LED will hang if the memory module is damaged or not insalled properly
    But if i put ram in the DIMMs 1-3, work without any problem, also work if i put memory in the dimms 1-2-3-4, but only recognize the ram who is in the dimms 1-3.
    I try to reset de bios and upgrade it to the last version, but dont work. Please anyone help me
    pd:sry for my english :(

    Quote from: finord on 13-February-07, 02:14:15
    I try to install 2x256mb(at the moment i have 2x512 kingston value ram, in the dimm 1 and 3), i use a signle mode, but the problem is the dimms 2-4, if i put only 1 memory ran (kinsgton value ram) in the dimm 2 o 4, dont work
    that is normal, when using 2 memory sticks always put them into 1st DIMM slots(close to CPU socket.) about 4 sticks usage and 2 of them are not detected, can be due your mixing memory (ranks & banks, and CPU mem.controller cannot handle it) what CPU core you got btw? im still not conviced its DIMM slots failure. also before installing all 4 memory sticks setup from BIOS command rate to 2T, and apply memory index 166. also you have insterting all 4 stick in wrong direction. put in DIMM1 & DIMM2 Kingston sticks(instead DIMM1 & DIMM3) and 2 other once 2x256 into DIMM3 & DIMM4 (instead DIMM2 & DIMM4)
    re-test.

  • Dont work dropdown list in Variation Label Menu on one variation site

    Hi, guys! I have trouble with Variation Label Menu. I have site with four variation language and i made Variation Label Menu using code on my master page 
    <div style="float:left; margin:6px; z-index:9999">
    <PublishingWebControls:VariationsLabelEcbMenu id="variationLabelMenu" DataSourceID="LabelMenuDataSource" DisplayText="" IsCallbackMode="true" runat="server" />
    <PublishingWebControls:VariationDataSource id="LabelMenuDataSource" LabelMenuConfiguration="1" Filter="" runat="server"/>
    </div>
    On three variation site Variation Label Menu work fine on UA, FR, EN
    But on one site RU (this site is source for another) Variation Label Menu dont work :((
    I will glad to any ideas for fix my problem.
    Aleksandr Shramko

    But that should have changed the logic of the navigation:
    The VariationDataSource control supports three different operation modes using the LabelMenuConfiguration attribute:
    Link to Peers: this is the default and most common operation mode. In this mode, the data source returns links to peer pages of the current page. 
    LabelMenuConfiguration="1"
    Link to Parent: using this operation mode the data source returns links to the peers of the parent site. That link will not point to the peer page but to the peer site of the current site. 
    LabelMenuConfiguration="2"
    Link to Top Site: using this operation mode the data source returns links to the top sites of peer labels.
    LabelMenuConfiguration="3"
    http://blogs.technet.com/b/stefan_gossner/archive/2011/11/29/sharepoint-variations-the-complete-guide-part-12-customization.aspx

  • Dont work adds of translation to me for example: quick translation, they is installed but not traduce any thing all the adds work less translations what can i do ?

    please i love mozilla and there is times what i want to translate any text from english to spanish but nothing i tve tried all the adds to translate but no load they is installed in my browser but simply dont work. tell me what can i do ?

    Everyone reading your posts here is just another MacBook Pro user. We're all volunteers, not Apple employees. No one here can speak for Apple.
    In my personal opinion, buying Apple products in a country where Apple has no stores and no corporate presence is a risk that the buyer takes knowingly. I don't think it's a wise risk, and I don't recommend that anyone take it. A small percentage of the products sold anywhere are going to have problems, and it makes more sense to buy an inferior product that can at least be serviced locally than to buy a superior product that may have to be sent thousands of miles for repair if anything ever goes wrong with it.

  • Dont work driver on Scanner ScanJet 300 on winows 7

    Please, create new drivers for Scanner ScanJet 300 on Windows 7 platform. I have this divace. Dont work it on Windows 7. Windows 7 and drivers of ScanJet 300 scanner are not complianted.

    Hi @Per-Morten 
    I suspect your question would be better answered in the HP Enterprise Business Community, as your HP Printer is a commercial model.
    My technical expertise is with consumer products and software, I am sure the commercial folks would be happy to help if you re-post your question for them to answer. The HP Enterprise Business Community is an HP Forum designed for the Commercial and Enterprise customers to help one another. I am sure you will find some HP folks there to help too.
    Click here to view the Printing and Digital Imaging. When the page opens you will see the option to 'Log in' or 'Register Now' on the right. The commercial forums are separate from the consumer boards, thus you will need to register if you don't already have a commercial account.
    You may find the HP Scanjet 5400c Scanner Drivers page helpful while you wait for somebody in the commercial Forum to respond to your inquiry.
    Best of luck.
      - In support of Movember
    Please click the Thumbs up icon below to thank me for responding.
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Please click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution.
    Sunshyn2005 - I work on behalf of HP

  • Dont work software

    i bought e75 before 3 month in icad uae.when i repair softwore dont work . It has no guarntee/warenty?

    Are you talking about the software (applications) installed by you ? If so, during repairs it seems the phone was reset or reflashed.. and you will have to re-install those applications..
    --------------------------------------------------​--------------------------------------------------​--------------------------------------------------​--If you find this helpful, pl. hit the White Star in Green Box...

  • My loops dont work

    Hey! I have a question for everybody...when i want to use some loop they dont work...Its like they are not instaling in my computer...what can i do? Thenks!!!

    http://www.bulletsandbones.com/GB/FAQPages/NoLoops.html

  • Links dont work

    I am trying to view the two viewlets on the following links and they dont work.
    http://otn.oracle.com/tech/xml/htdocs/XDBDemo1_viewlet.htm
    http://otn.oracle.com/tech/xml/htdocs/XDBDemo2_viewlet.html

    Please post this at XML DB forum:
    XML DB

  • Passwords dont work

    i get error ORA 12154
    i have use SCOTT/TIGER and MANAGER/SYSTEM
    they dont work.
    this is my tnsnames file in admin::
    # TNSNAMES.ORA Network Configuration File: C:\DevSuiteHome\network\admin\tnsnames.ora
    # Generated by Oracle configuration tools.
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = beinke-dac02b93)(PORT = 1521))
    (CONNECT_DATA =
    (SID = ORCL)
    I do not have a data base insatlled.
    Second question:
    How do I load 2 downloaded CD's. I want to get the info on the second disk to load???
    Sid

    ORA-12154 indicates that you're having problems connecting, not that you're having problems with passwords.
    If you don't have a database on your local machine, what database are you trying to connect to? You'll need to contact the DBA of the remote database and ask for the connection information (SID or SERVICE_NAME, HOST, PORT, etc).
    I'm not sure what you're asking with regard to the downloaded CD's. Is this data you're trying to load into a database? Are these Oracle CD's?
    Justin
    Distributed Database Consulting, Inc.
    http://www.ddbcinc.com/askDDBC

  • SUS dont work!

    Hi,
    my SUS dont work. i have entered for all clients WGM the SU LInk: http://server.company.com/sucatalog.index but the client always uses the Apple SUS of web.
    i checked in the library of the client the su link... and everything was pointing to my server.
    maybe someone had the same problem ?

    As the previous poster mentioned, that's the correct url if your clients are on 10.4.x. 10.5.x and 10.6.x require different URLs. Also, are the machines bound to the server?
    Even if you enter the wrong URL, if clients are getting preferences from the server, it should still be presenting you with updates from your server (just not all of them since you'd only be getting 10.4.x updates)

  • Ipod dont work

    my ipod mini dont work by that i meen it will not turn on i tride to restart it but that dosnt work also to connect to the cop but it dosnt react help me i need it as soon as posibol

    Is it dead or something? Try plugging it into the wall, and, while it's plugged in, hold down MENU and SELECT for at least five seconds. (Make sure the hold switch is off).
    -Michael

  • My new iphone is running extremley slow, internet takes ages to load, apps take ages to install and has trouble connecting to app store. and the apps dont work properly like ebay wont open or refresh items, plz help

    my new iphone is running extremley slow, internet takes ages to load, apps take ages to install and has trouble connecting to app store. and the apps dont work properly like ebay wont open or refresh items, plz help
    my iphone4 is 10 times faster
    i have backed up on itunes and restored but still no luck
    even siri is lagging

    my new iphone is running extremley slow, internet takes ages to load, apps take ages to install and has trouble connecting to app store. and the apps dont work properly like ebay wont open or refresh items, plz help
    my iphone4 is 10 times faster
    i have backed up on itunes and restored but still no luck
    even siri is lagging

Maybe you are looking for