Newbie Questions about LDAP "Is that what I want?"

Hi all. I'm working with a non-profit group. There are 3 of us in different states in the USA, all using Leopard on high speed internet connections.
Our biggest challenge is maintaining a mailing list. Right now we have a Numbers document on an iDisk. If someone needs to update it, they go to the iDisk, download the file, make the edit, and upload the new file. Obviously you can see the potential problems here.
We were looking at something like a hosted Filemaker database, but then I realized:
"Don't we basically just want to share an Address Book?" The answer is yes.
So I started thinking about the easiest way we could do that. I learned (a little) about LDAP which seems to be just what we need.
I was hoping that our webhost company supported LDAP, but they don't and it doesn't sound like they will any time soon.
So I started looking around for LDAP on OS X and kept running into OS X Server.
Long story short, for about the same as 2 years of paying for a hosted Filemaker DB (not to mention buying the Filemaker software), it looks like we could buy a Mac Mini (2.0Ghz Core 2 Duo w/ 2GB of RAM and 160GB hard drive) and a 10-client version of OS X Server.
Before I go ahead and recommend this, I'd like someone to sanity check my ideas, since 12 hours ago I didn't really know anything about any of this
1) Will OS X Server run acceptably on the Mac Mini (realizing we aren't going to be punishing the thing, but mostly calendar and address books)?
2) Is LDAP what I'm looking for or is there another better solution?
3) Am I missing anything else?
TjL
who would definitely wait until the other side of Macworld Expo before buying, just in case

The solution was to share my address book with other the other folks who are .Mac subscribers.
This meant not having to use LDAP/Mac OS X Server at all.
Much cheaper solution.

Similar Messages

  • Newbie question about loading servlets on tomcat

    I have what is probably a very basic question about loading simple servlets on to tomcat to test its installation. I have followed instructions from numerous tutorials to the letter but still I can't get it to work.
    I have installed tomcat on win2k in c:\tomcat. I set up the jdk, environment vars (JAVA_HOME, CATALINA_HOME, TOMCAT_HOME) which all point at the correct dirs. I can compile a servlet without errors. I can also place a test jsp and html file into the root directory and they both work fine.
    However, now I am trying a test servlet and no matter what I do it gives me a 404. I have a servlet class file called "HelloServlet.class" which I placed into the %install_dir%\webapps\ROOT\WEB-INF\classes directory. I try to reference it using this url:
    http://localhost/servlet/HelloServlet
    Tomcat is configured to use port 80 and has been restarted after adding the servlet class file. Does anyone have a clue why this is not working for me?
    Many thanks
    Marc

    You have to add in the web.xml file that it is in the WEB-INF dir, the information about your servlet. An example:
    <web-app>
    <servlet>
    <servlet-name>HelloServlet</servlet-name>
    <servlet-class>HelloServlet</servlet-class>
    </servlet>
    <servlet-mapping>
    <servlet-name>HelloServlet</servlet-name>
    <url-pattern>/HelloServlet</url-pattern>
    </servlet-mapping>
    </web-app>

  • Newb question: can anyone tell me what these Speedfan temps mean???

    I just built my first PC (P6N SLI-FI board and Core 2 Duo 6420 chip) and I've got a few questions about cooling (I'm using the stock cooler and the thermal paste that came with the chip):
    1.  I installed Speedfan, but I'm not sure what each temp refers to.  After having the machine run Windows XP for a minute or two, here are my approximate readings (all in degrees Celsius, obviously):
    Temp1= 23
    Temp2= 30
    Temp3= 145 (I think this is an error due to lack of a sensor)
    HD0 = 23
    Core0 = 23
    Core1 = 23
    After playing Neverwinter Nights 2 for about an hour, Temp2 reaches about 45 (all of the other readings are lower, somewhere in the 30s I think, but I can't remember for sure).
    2.  I'm going to be using my computer mostly for gaming.  What temps should I try to stay below?  Should I think about using Artic Silver 5?  (I really wanted to use it when I put the machine together, but I wimped out because I was worried about voiding the warranty with Intel  ) 

    Quote from: Snaggly Pete on 24-May-07, 23:09:08
    Thanks for the info.  So, none of the temperatures I've listed represent the ambient temperature?  How do I find out what the ambient temperature is?
    The temp in my house was probably about 70F (I didn't actually check at the time) when I measured those temperatures and yes core0 and core1 were roughly 23C.  Again, I only had the computer on for a minute or two when I checked SpeedFan. 
    Sorry for the delay in responding to your question!
    As far as case temperature, I've gone as far as suspending a household thermometer in the vicinity of the HS fan.
    Fact: It is impossible for any air-cooling solution to cool the processor below the temperature of the intake airflow. Air cooling solutions, as well as liquid cooling solutions, rely on convection (+conduction and radiation) to transfer the heat off of the CPU. The amount of heat the air mass/flow can absorb is limited by the temperature of the air mass, volume and partial pressure across the heatsink(s). Except for the short time the HS is transitioning from a cooler, non-operational state, where the HS may be cooler than the incoming airflow caused by a newly started system, to the operational state with both case temperature and CPU temperature increasing, the temperature of the HS will always be above the temperature of the surrounding air.
    So, given a 70F/21C room temp, you should expect the 'system' (mobo) and core temperatures to be at or probably slightly above 21C if you check Hardware Monitor in BIOS immediately and as much as 10 - 15 degrees C higher by the time you check them in the OS. Again, those figures may be lower or higher by a few degrees depending on the HS/HSF used.
    Remember, when evaluating operating temps, always use the delta between case temperature and core temperature (or whichever system temp) rather than the temperature in question on its own. Say you are given two systems that use all the same components except the cooling solution. System A uses air-cooling solution 'Ace' and has a case temperature of 38C with core temps of 43C on each core, while System B uses cooling solution 'Best' and has a case temperature of 23C and core temps of 34C. Which is the better solution?
    The answer is probably TEC.   
    TB

  • SSMA (Access - SQL 2012) newbie question about new tables

    I have successfully run SSMA and moved the back end tables of an Access project to SQL Express 2012.
    Some questions:
    - if I add a new table to the SQL backend, how do I get it to appear in the Access project?
    - if I want to move the whole thing to another computer, how do I go about it?
    - do I always have to have the SSMA app installed?
    - I can't see an ODBC datasource on the machine
    Thanks for some help
    CarolChi

    Thanks, I was not clear in my questions:
    1. Given that from now on the tables should all be in SQL, I think it would be better to create new tables in SQL them there rather than create them in Access and have to keep moving them to SQL with SSMA. So if I create a new table in SQL how can I
    see it in Access? Or can I easily create a linked table in Access?
    The table created by SSMA have this property:
    If I create a new table in SQL and link it I get a more classic ODBC connection:
    2. I am happy with SQL backup/restore, attach/detach. But how does Access know where the SQL Database has gone?
    3. I thought the migration was a one time task, but from what you say it is an ongoing "linking" app. So I would be better to export my tables and re-link them to get something that can be moved to another network or computer?
    4. The SSMA looks very much like an ODBC connection.
    This is a new project so I will have to make lots of new tables and also move the whole thing around to different computers, on different networks.
    CarolChi

  • Newbie question about neo2 plat...

    Hi, I bought a k8n neo2 platinum board and ive just installed winxp. While I was installing winxp it froze quite a few times, so I had to reset. Since ive installed winxp it’s been freezing randomly and takes a while to boot up occasionally. I haven’t reset bios and ive not updated it either. I don’t know to much about bios so I don’t want to mess it up. All the bios settings are set to optimized default. Also im still yet to install winxp sp1a. Windows update wont install nor will directx. Apart from that everything is pretty much tip top. Do I have to change some bios settings or update the bios or something? Im a kinda newbie and this is the first pc ive built. specs are:
    msi k8n neo2 platinum
    athlon 64 3200+ winchester s939 + Aerocool HT-101jr
    standard 512 (2x256) ddr400 pc3200 cl2.5 or 3 (duno which)
    120gb maxtor + 17gb maxtor
    sapphire radeon 9800se
    500w psu
    Help would be much appreciated 

    [reply to first post]
    im not using any raid or sata, just standard ata ide. ive not installed the nvidia raid drivers off the enclosed floppy cause i didnt think i'd need to. how to i know if its set to ide?. it says on the side of the psu: -12v (0.8A), +12v (17A). if i set the bios to safe defaults, wont ii loose performance? i want the best stable performance without overclocking. im not a total dummie for bios, i just dont know the advanced stuff i suppose. would it be a bad idea to install the latest version of bios?
    [reply to 2nd post]
    what more info do i need on the psu and ram, i bought the ram off a friend as oem. if theres a way i can find out timings etc just tell me how to do it.

  • Newbie Question about FM 8 and Acrobat Pro 9

    Hello:
    I have some dcouments that I've written in FM v8.0p277. I print them to PDF so that I can have a copy to include on a CD and I also print some hard copies.
    My newbie question is whether there is a way to create a  PDF for hard copy where I mainitain the colors in photos and figures but that the text that is hyperlinked doesn't appear as blue. I want to keep the links live within the soft copy. Is there something I can change within Frame or with Acrobat?
    TIA,
    Kimberly

    Kimberly,
    How comes the text is blue in the first place? I guess the cross-reference formats use some character format which makes them blue? There are many options:
    Temporarily change the color definition for the color used in the cross-reference format to black.
    Temporarily change the character format to not use that color.
    Temporarily change the cross-reference definition to not used that character format.
    Whichever method you choose, I would create a separate document with the changed format setting and import those format into your book, create the PDF and then import the same format from the official template.
    - Michael

  • Newbie question about JMS topic and OSB

    So here is what I want to achieve:
    I want to "front" a JMS topic on WLS using OSB 10g. I want the users (producers and subscribers) to be access the topic via proxy services. The way I picture this is that a producer will invoke a proxy to publish a message. The subscriber will (asynchronously) invoke another proxy to pickup the message.
    Is this possible and how do I go about doing this?
    thanks
    Edited by: user10341230 on Apr 28, 2010 8:49 AM

    Hi there,
    user10341230 wrote:
    I want to "front" a JMS topic on WLS using OSB 10g. I want the users (producers and subscribers) to be access the topic via proxy services. > it's not really clear what you want to achieve here.
    you say
    user10341230 wrote:
    The way I picture this is that a producer will invoke a proxy to publish a message.you need a proxy with whatever inbound protocol you like (http, file, mail...), which through a jms business service push the message to the Topic.
    you say
    user10341230 wrote:
    The subscriber will (asynchronously) invoke another proxy to pickup the messagethe subscriber can be either asyncrhnous, in which case you need a proxy service with inbound protocol jms. or as you probably need a synchronous one
    in which case you need another proxy with whatever inbound protocol you like whch once called in its pipeline calls some pojo class to read from this topic synchrnously (you need a durable subsciber).
    Regards,
    Tony
    ps: have a look http://download-llnw.oracle.com/docs/cd/E11035_01/wls100/jms/design_best_practices.html#wp1058694

  • Newbie question about saving files

    Hi all,
    A newbie question here, and maybe it is a dumb question, but I can't get my head around this and sofar found no answer in the forums here.
    When I save a file on my macbook, I can only save it to "top" folders.
    What I mean is I try to save a file for instance to documents/worddocs/lyrics just to say something, then I have to save the file first to documents, and the move it to the lyrics folder via finder or move it to :worddocs folder and then move it again to the lyrics folder. Hope you still get my drift here
    Is there a way to just save it to the subfolders without going through all this moving around?
    Thanks in advance for any advice
    Peter

    When you click File>Save As, you will see the Save As window pop up. At the top, you will see a box entitled Save As, which has a space for your to enter the file name. To the right of this box is an arrow pointing down. Click it. The full file hierarchy will be seen. Then you can save directly to the file you want.
    Hope this helps.
    Don

  • 2 newbies question about diskgroups

    Hi gurus,
    I have 2 newbies question:
    Im working in a RAC Database (11.2.0.3) on Redhat 5.3 with some disk groups. One of this groups have 6 disks on it with different space (134, 236G, 236G, 185G, 185G and 185G).
    My questions are:
    1) What would be happend when the lower space disk will be full?
    2) At this moment the diskgroups are at 45% so i was thinking to change their spaces to have all with the same space (around 193G each), it would create any problem? i should restart database or can do it with database up?
    Thanks

    if a disk is filled, what would happen? could i resize the disks with same size without stop database and without affecting the data stored within each disc?
    By the word 'disk' I assume you mean LUN . When a LUN in a disk group is filled, ASM will use the remaining LUNs to store the data. You should always use LUNs of uniform size to avoid uneven I/O .
    could i resize the disks with same size without stop database and without affecting the data stored within each disc
    You can get the Unix/Storage team to allocate more LUNs for this Server. Once these LUNs are added , check if the following pre-reqs are met for the LUN which is yet to be added to the disk group
    v$asm_disk.HEADER_STATUS = 'CANDIDATE'
    v$asm_disk.PATH = /dev/rdsk/youLUNname
    v$asm_disk.NAME will be NULL
    Now you can add the LUNs using
    alter diskgroup DATA_DG01 add disk '/dev/rdsk/youLUNname' rebalance power 4 ; wait for rebalance to finish (check status in V$ASM_OPERATION)
    Yes. The above can be done without stopping the DB. It won't affect the stored data either.

  • Serious Newbie question about Alerters

    Hello!
    I just recently starting using the BusinessObjects reporting tool for my job. I am trying to apply some alerters to my report for fields that don't contain a comma. I was able to use "Matches Pattern" in the query building part but, I need these non-comma having fields to be highlighted for training purposes.
    In Excel, I would use the "Contains" filter to find the fields I need. Is there a way to do an alerter so it looks for part of a field and not the entire field?
    Thanks!

    I have another quick question for you, related to what you helped me with earlier.
    Is there a way to use the Pos function to look for more than one string in the same category?
    I am working with addresses and I'm looking for fields that have the suffix spelled out, things like drive, avenue, and street.
    I tried using the Or operator but, I am receiving errors because I'm sure I'm not doing it right.
    Any suggestions?

  • A few newbie questions about video.

    I just bought a canon hf10 and am new to the video arena. I've got a macbook 2.16ghz with 4gigs. Imovie 09 and FCE 4.0.1.
    I want all my films to display a cinema like feel. Movie quality look if you will. I'll be doing small movies of vacations and intro videos for my church. Stuff like that.
    What's the best settings for the hf10 to record with? I've been using cine mode at 24p. really don't know what all that means.
    What is the best route for importing, ie.. settings for FCE?
    Same Question for exporting.
    And not to have to many questions in one topic this is the last. What's the best way to get a good fluid shot without all the shakiness that comes with a small hand held? I know imovie has a nice image stabilization feature that works well but it zooms way in on the video to stabilize it. Does FCE have this same function?

    It's worth remembering that:
    iMovie is a consumer product, designed to enable untrained enthusiasts to turn out nice-looking video easily and quickly. You can do some cool things really easily, but it can be hard work when you want to go against its automated functions.
    FCE is Final Cut Pro without most of the add-on applications, and without a small number of features. It's designed for pros on a budget, students and advanced amateurs. You have a far greater degree of control than in iMovie, but you have to know the product well to be able to exercise that control.
    A good analogy is between a fully automatic camera/camcorder (iMovie) and a fully manual one (FCE). In the first case, you can get good shots without having to spend time learning how to use the equipment. In the second, you must learn how to use it to get anything worthwhile from it.
    FCE doesn't include any of the big consumer-oriented features of iMovie: stabilisation, themes and so on. in FCE, you have to get what you want manually.
    Th best way to get stable images in your shots is to use a good tripod; failing that, some other kind of support. Even a not-so-good tripod will be better than nothing.
    One final point - if you have some unstable shots, you could get them into iMovie, stabilise them, then export the project as XML for full editing in FCE.

  • Newbie question about Logical Data services

    Lets say we want to create a Logical Data Service that will retrieve data from several web-services and aggregate the results. When a client requests data from the logical data service, a number of webservices will get invoked. Response time of these webservices can be different. We do not want to keep the client app waiting for long.. so is it possible to define a cut-off time in data service after which client gets results obtained till that point? Alternatively, does ALDSP provide support for clients that could poll a data-service to check for results of a previously submitted query?
    Will appreciate your help in understanding capabilities of ALDSP and approach taken by you in similar situations.

    to define a cut-off time in data service after which client gets results obtained till that point?See the fn-bea:timeout() function in the ALDSP documentation. It will do exactly what you want for web-services. Note that adding the function to a query will of course alter the query plan - which will have little/no effect for web-services - but for database access, may prevent some optimizations.
    In DSP 3.0, you will be able to use the hasNext()/next() form of the mediator api and the client will only block while the first and subsequent items are being retrieved.
    If you want to call DSP asynchronously - I believe ALSB allows you to create an asynchronous proxy service (JMS, for instance)

  • Simple newbie question about arrays..

    Hello all,
    I have two arrays declared like so below the class header:
    String Players[];
    String Final[];
    I have a method like the following:
    public String[] CollectPlayers() {
    Players[0] = new String(txtPlayer1.getString());
    return Players;
    I am calling this method like so
    Final = CollectPlayers();
    Basically not working, giving nullpointerexception, but I feel that I am fundamentally not understanding something, so here is what I want...
    A method that returns an array and (ideally) use this method directly in creating a ChoiceGroup, like this...
    optBull = new ChoiceGroup("Bully", ChoiceGroup.EXCLUSIVE, CollectPlayers(), arrImage);
    Is this possible? Any ideas?
    Thanks in advance
    poncenby

    A few points:
    - You almost never need to call new String(String).
    - You may want to create an ArrayList (dynamic array) and then call toArray(new Players[0]) if you need it to be a fixed array.
    e.g.
    final List players = new ArrayList();
    public List collectPlayers(List players) {
        List finals = new ArrayList();
        for(int i=0;i<players.size();i++) {
            Player player = (Player) players.get(i);
            finals.add(players.getResult());
        return finals;
    players.add(new Player("anne"));
    players.add(new Player("bob"));
    players.add(new Player("fred"));
    List finals = collectPlayers(players);

  • Newbie question about palettes positioning...

    By default, the swatch and layers palettes are open and located on the right of the screen... and while playing around with the program, I seem to have "unlodged" these windows so that the open document now goes UNDER the palettes. And it's very annoying. The palettes are now floating above the document, even if I move them back into their original space.
    How do I recreate the gutter that originally was holding these palettes?

    You can arrange each panel and group of panels in the workspace however you like with your mouse. Hold down left click and slide around!  Right click on a group icon and you will get a drop down menu of options. 
    You should be able to left click and slide it back into place to re-dock into the workspace, otherwise reset the work space by selecting whichever workspace preset you want to use.
    In the event you don't already know,   
    On the top of the Photoshop window on the right side, if you don't have them tucked away, should be some workspace presets. Esentials, Design, Painting, Photography, etc. If you do have them tucked away you can pull them out with your mouse.   You can also find the preset workspaces under  Window / Workspace >   
    Essentials is the default which will have the Color-Swatches-Styles group placed at the top of the workspace.
    The Design and Painting presets will also place the swatches panel back into the upper right side of the work space panel.
    You can also customize the workspace by selecting what you want in your workspace panel by clicking Window / and then checking everything you want in your panel. You can choose to save your customized work space via Windows / Work Space / New Work Space.  Give it a name and save

  • Another NewB question about Cubase LE / monitoring and click

    I am using Tascam 1804 and Cubase LE on windows XP.
    I want to record analog signal on Cubase LE, but hear monitoring from Tascam. That goes well as long I want to hear CLICK as well through Tascam. Is this possible? How?
    I have tried to utilize ASIO, no result. I can see that Tascam received click by MIDI (green light blinks according to click), but no click sound from headphones.
    Please advice, how to make clicking to Tascam in a simple way.
    Thanks,
    Jani

    What you need to do to monitor VST effects in Cubase in real time whilst recording.
    This is Applicable to all EMU patchmix soundcards eg. EMU 0404, 1212.
    1. Switch off Direct monitoring in Cubase.
    2. Switch off Direct monitoring in patchmix: Mute the input channel(s) you are using in patchmix.
    Q. Why does this work?
    A. You currently can not hear the effects whilst recording because Cubase is using the unprocessed signal as the monitor signal. What you want it to do is to hear the processed signal. Therefore Switch Off Direct Monitoring.
    HOW-TO
    = Switch off Direct Monitoring in Cubase =
    1. On the toolbar Click on Devices=>Device Setup
    2. In Device Setup Click on VST multitrack
    3. Untick Direct Monitoring
    4. Click on Control Panel Button
    5. Set ASIO Buffer Latency to a low figure. Say 5ms
    (The lower the Buffer Latency the more the 'responsive' the computer.)
    6. Press OK (Your Back in Device Setup)
    7. Press OK
    HOW-TO
    = Mute Input channel(s) you are using in patchmix =
    1. Run the patchmix software
    2. Click on the M button@ bottem of fader to mute the input channels.
    Done :-)
    dG

Maybe you are looking for

  • User-Exit for Checking Customer and Sale order type in Sales Order Creation

    Hi Experts,   While creating the Sales Order once i enter sold-to-party and enter line item, i have to check the customer against the sales order type. Please suggest me if any user-exit or enhancement or BADI available for it. Thanks & Regards, -VM

  • Error in Disk Repair - PLS HELP

    Dear All, I have posted a message a week ago, about Error in Verifying Permission and Onyx Error -1. Then ~Bee (thanks for the suggestion, really appreciate it) replied and suggested me to try Disk Repair. I tried it this morning and the result was n

  • ECC6 Automatic clearing doesn't work while cancelation of SD billing

    Hi guys In ECC 6,  a billing doc is generated, so a FI doc also. Then the same billing doc is been cancelled, so another FI is been generated. the pb is that these 2  FI docs don't be cleared automatically. I've tried to search for the customizing co

  • Webutil_file_transfer for bfile

    Is there a way to have webutil download a bfile from the DB to the client? Thanks, Michelle

  • Two Computer Liabraries

    If you have two computer authorized on one ID how can you get Liabraries to sync.  Some of the music on one was loaded off CD's bought before ITunes.  Using the Cloud will this not allow that to happen?  Do I have to load all CD's on both Computers t