How to Submit Directory List on Dmoz and Yahoo

Hello Friends
I want to submit business directory of my company on Dmoz-directory. Share the best suggestions to post directory list on Dmzo and  
yahoo directory 

Go to your Utilities folder and open DirectoryAccess. You may have to click the padlock and authenticate as an administrator. Next Click on LDAPv3 and click the Configure button. If the add DHCP supplied... box is checked, uncheck it. Click OK and you're done. If not, you may have to click the triangle next to Show Options to view the configuration. Once the configureation is displayed, click on it then click the delete button. You may have to authenticate again, and you may need a network admin password to do so. That should do it.
hth
Jeff

Similar Messages

  • How to avoid directory listing in java web applications.

    how to avoid directory listing in java web applications.
    That is on typing the url of the application it should not the directory listing. Welcome tag in web.xml doesnot fully solve the problem, since still the images folder etc is still accessible

    I know of two ways.
    If you're using tomcat and have access to the conf directory.
    Edit your $TOMCAT/conf/web.xml. Find your default servlet properties and change
      <servlet>
        <servlet-name>default</servlet-name>
        <servlet-class>org.apache.catalina.servlets.DefaultServlet</servlet-class>
        <init-param>
          <param-name>debug</param-name>
          <param-value>0</param-value>
        </init-param>
        <init-param>
          <param-name>listings</param-name>
          <param-value>true</param-value>
        </init-param>
        <load-on-startup>1</load-on-startup>
      </servlet>to  <servlet>
        <servlet-name>default</servlet-name>
        <servlet-class>org.apache.catalina.servlets.DefaultServlet</servlet-class>
        <init-param>
          <param-name>debug</param-name>
          <param-value>0</param-value>
        </init-param>
        <init-param>
          <param-name>listings</param-name>
          <param-value>false</param-value>
        </init-param>
        <load-on-startup>1</load-on-startup>
      </servlet>And restart your server. This will affect every directory on the server, and return a 405 directory browsing forbidden error.
    Another way, is to place an index.jsp inside each directory with a simple one line redirect to your applications CONTEXT_PATH.response.sendRedirect("http://yourserver/yourapp/");This will only affect specific directories which contain these index.jsp files.
    Hope this helps

  • OCS2007R2 - how to create a list of users and meeting policies assigned to them?

    Hi all
    is it possible to create a list of users and policy assigned?
    For example
    UserA   Default
    UserB   High
    UserC    High
    UserD   Medium
    and so on?
    Thanks in advance!

    You can try to use the Office Communications Server 2007 R2 Resource Kit Script LCSEnableConfigureUsers
    The LCSEnableConfigureUsers.wsf script automates enabling and configuring users belonging to the local Active Directory Domain Services domain.
    For details, see
    http://blogs.technet.com/b/nexthop/archive/2011/08/02/how-to-use-the-office-communications-server-2007-r2-resource-kit-script-lcsenableconfigureusers.aspx
    Lisa Zheng
    TechNet Community Support

  • How to parse directory listing

    hey guys
    id like to create fully directory listing of my usb-hdd and parse this listing directly into a textfile
    i know this should be done with terminal but i dont know how and google just showed some weird results to terminal usage in general, like how to make a directory or how to change the directory
    thanks in advance

    okay i actually figured out how to do that thingy and it gives me an input/output error with two files
    but these two files on the hdd which just wont let themselves be deleted with rm "bla bla" terminal gives me a input/output error and manually deleting is no option either
    oh and cmd under windows tells me to perform chkdsk on my hdd because of these two files
    what is this?

  • How to find out list of procedures and functions inside a package

    How I can find out the list of Procedures and Functions inside a Package.

    Look at ALL_PROCEDURES and ALL_ARGUMENTS.

  • How to find out list of users and their access on Sharepoint

    Hello Everyone
    How can i find out list of users and what access they have on SharePoint site? I want to create table with list of the users and their access?
    Thanks

    you can get the report using below powershell scripts. first one gives list of users in a site collection level.
    The second link generates the permissions reports for each user.
    http://techtrainingnotes.blogspot.com/2010/12/sharepoint-powershell-script-to-list.html
    https://sp2010userperm.codeplex.com/
    My Blog- http://www.sharepoint-journey.com|
    If a post answers your question, please click Mark As Answer on that post and Vote as Helpful

  • How to create dropwdown list box values and checkbox in screen painter.

    Hi Experts,
    I need to know the creation of dropdown list box values and the checkbox to use in screen painter.
    I have 3 values to insert as:-
    INR,USD,EUR
    if user selects INR/USD/EUR, then it will store into the table field.
    And also want to know the checkbox functioning in screen painter, i.e. what should we write in PBO/PAI.
    I have found some sites to get knowledge, but didnot found anything that relates to my questions.
    So please help me!
    Thanks,
    Deepanshu

    Hi,
    For dropdown list box in Screen create a input field and choose Drop down by index.
    To populate the values write the logic in PBO as follows
    TYPE-POOLS : VRM
    DATA : field_id TYPE VRM_ID ,
                values  TYPE VRM_VALUES,
                 value   LIKE LINE OF values.
    PROCESS BEFORE OUTPUT
    MODULE list_fill_100
    MODULE list_fill_100 OUTPUT
    SELECT f1 f2 f3  FROM tab WHERE condition.
    value-KEY = f1.
    value-TEXT = f2
    APPEND value TO VALUES
    CALL FUNCTION 'VRM_SET_VALUES'
           EXPORTING
                id     = 'i/o screen field'
                values = values.
    ENDMODULE.

  • Email form submit not sending to GoDaddy and Yahoo hosted email accounts

    I have two sites that have contact forms and for some reason I addresses hosted by go daddy and yahoo aren't getting the form submissions. One site is http://www.lashwaxboutique.com/contact.html the other site I can't share at the moment. Are there known issues with godaddy and yahoo mails? They have worked in previous versions of muse.

    I have a similar issue. I don't know if it is just go daddy and yahoo. I think it is all submit to email. Here is the thread.
    Re: muse broken update - not emailing pdf forms from website

  • How to email a list of names and email addresses?

    I have a group of about 60 people with various amounts of data in each of their Address records.
    I want to send an email to the group with a list of the names and email addresses of everyone on the list. I don't know how to do this neatly. Got any ideas?
    If I put the group name in "to" in Mail, each person gets a messy non-alphabetical list with commas. If I send a group vCard, I send more data than I want to send. If I make a printed list, I have to convert to a pdf file and send that which is not nearly a simple as a text list.
    Is there any way to export fields of my choice from Address into either text or spreadsheet format?
    I want to send a list like this, but with tabbed columns.
    Steve Jobs [email protected]
    Barack Obama [email protected]
    yourname1 yourname2 [email protected]
    Thanks,
    Phil

    Thanks, Thomas for the prompt response, but the pdf method has two problems.
    First, it's got to be in landscape mode, or the email address word-wrap. That makes for a five-page list. I want to send a 60-line text list.
    Secondly, there's no way to eliminate the label (work, home, other...) from the email address field.
    I will use the pdf method if no one comes up with a better idea.

  • How to get the list of parameter and set them using RESTFul WS for a Crystal Report

    Hi All,
    I am able to schedule a Crystal report using following POST Restful call - http://localhost:6405/biprws/infostore/4738/scheduleForms/now and with a request xml body. But report is failing because I am not passing the parameter.
    But I need pass parameters/prompts to the Crystal report to execute successfully.
    What is the request XML to pass the parameter  for the report?
    I was able to do this for WEBI reports but I am not able to find any way to do this for Crystal reports?
    Any help on this matter is really appreciated.

    Hi Venki
    Please have a look at:
    How to pass parameters and generate the report using RESTful API in VB.net
    This is also described in the Developer Help files:
    http://help.sap.com/businessobject/product_guides/sbo41/en/sbo41_webi_restful_ws_en.pdf
    - Ludek
    Senior Support Engineer AGS Product Support, Global Support Center Canada
    Follow us on Twitter

  • How to obtain the list of procedures and functions

    hi,
    how can I obtain the list of all the stored procedure & functions in the database?

    SELECT * FROM DBA_OBJECTS WHERE OBJECT_TYPE IN ('FUNCTION','PROCEDURE')
    Cheers

  • How to produce a list of URLs and page numbers from large website pdf file.

    Adobe Acrobat Pro version 10.1.4.
    I created a pdf file from an entire website which has 1062 pages.
    I was asked to produce a list of pages which should be updated or deleted.
    There is a URL on every page.
    What is the best way to mark the pages for update/deletion?
    Is there a way to automatically produce/export a list of a all URLs of these pages including page numbers and "feature" update/delete? Thanks for your help.

    Thanks for the reply. I refer to the page numbers visible under the pages when you click on in the icon "Page Thumbnails" on the top left side. The page numbers do not appear on the pages themselves.
    When saving the entire website bookmarks were created automatically as as well as the URL put on the left botton side of the respective page. They have always the same syntax like this: http://egr.istat.it/?q=node/285[06/062013 17:54:35]

  • How to get a list of admins and their status?

    I´m tryingo to get a list of key members for groups, their names, logins and their status (enabled or disabled)
    I have 2 queries:
    Get-ADUser -id USERNAME  -properties * | ft name,enabled
    and
    Get-ADGroupMember 'administrators' | ft name,SamAccountName
    It woul be nice, if the second example could include a third column, showing  the enabled/disabled status for the account
    I can use DS tools too, i´ve started using PS beucase in my thinking is more powerfull

    Okay, that can be done:
    $groupName = 'Domain Admins'
    Get-ADGroupMember $groupName | ForEach {
    $userDetails = Get-ADUser $_.SamAccountName
    $props = @{
    SamAccountName = $userDetails.SamAccountName
    Name = $userDetails.Name
    Enabled = $userDetails.Enabled
    New-Object PsObject -Property $props
    } | Sort Enabled | Format-Table -AutoSize
    Don't retire TechNet! -
    (Don't give up yet - 12,575+ strong and growing)

  • How can I tranfer all my hotmail and yahoo contacts to ichat and apple mail?

    My mother bought a new Macbook Pro and I'm trying to export all her email addresses/contacts to the apple mail and ichat.
    Any clue on how to make this process more time effecient?
    Thanks!

    The safe "step 1," of course, is to keep an unaltered copy of the 10.4 Mail folder and plist so that if something bad happens on the new machine, you just throw out that folder and plist and try again.
    The safe "step 2" is that instead of dragging the folder into the same place on the new Mac, you can copy it to a separate location, like a temporary folder in Documents, then in Apple Mail in your new Lion MBP, use File/Import Mailboxes. It will ask you where the mailboxes are, and after you point it to that folder, I'm assuming it will import and convert them to the new format and place them in the correct sub-folders. If it goes well, you can then delete the temporary copy that you made for import purposes.
    The 10.4 plist might be too old since it's 3 major versions later; you can try putting it in the Preferences folder, but it seems safer to note all the settings in 10.4 and re-enter them from scratch.

  • How to sync SENT boxes from Mail and Yahoo Mail?

    I have a Yahoo! mail acct. (it's actually a AT&T acct. with an sbcglobal.net domain name accessible through Yahoo mail). I access this acct. through Mail via POP at home, and at work I access it via web.
    How can i get mail messages sent via Mail to show up when I access it via the web and vice versa? Is this possible?

    There is one option and that is to use Mail's 'automatically cc (or bcc) myself' function, which you can enable from the Composing preference pane. Then you can set up a filter in Yahoo mail to move any message originating from your own address to another folder. Unfortunately, it doesn't let you move them to the regular Sent folder, but you can create a new folder called Sent Mail or something and move them there - at least then you'll have a copy.
    N.B. that 'automatically cc myself' is a global preference, so it applies to all your accounts.

Maybe you are looking for

  • Ipod having trouble syncing music

    I used to have all my music onto my ipod until when i synced it to add more music it said that the folder couldn't be found and it erased all of my music from my ipod. Since then I havent been able to sync more then 100 songs before it says the same

  • How to insert a Web Page in other Web Page in Web Page Composer

    Hi, I´m trying to insert a Web Page in a contaner of other web page in web page composer. I allready allow all web content types that´s make some reference of web pages in properties of my container (page, wpc_page, ...) After that i select a web pag

  • Flatten Fields for Acrobat Reader Users

    I've created a 6 page form in Acrobat Pro 9 with a bunch of fields. I need to send this form to my client who only has Acrobat reader. They need to fill in the form then they need to flatten all fields in order to send it out - basically, the form en

  • Crystal Reports Job Server - Default destinations not available

    Greetings, Currently I'm installing Crystal Reports XI onto a new server. When scheduling reports they are stuck in a 'pending' status which records the following error in the windows event log: Transport System exception for backend plugin DLL type

  • Trying to update an app and it says waiting and never updates

    I had 3 apps that needed updating, I went to the App icon and pressed update to all three.  They all said "waiting" for a couple days and never installed. Then I deleted the apps and tried downloading them and they said the same thing "waiting", but