How to get posixGroups from LDAP working again?

I can't tell if this is just broken in ML, or if I'm just missing it.
I have an LDAP server running OpenLDAP and RFC2307. I have a couple groups defined with standard syntax, that is:
dn: cn=netadmin,ou=Group,dc=example,dc=net
cn: netadmin
description: Network Administrators
gidnumber: 20002
memberuid: pjfasano
memberuid: fasano
objectclass: posixGroup
objectclass: top
I used to be able to use the dseditgroup command to add this group to the local "admin group, thereby giving all of the users in "netadmin" the right to sudo, install updates, etc. I seem to be able to use the same command, and add it to the local group, but users can't do anything administrative.
Here's where it gets funky -- here's the output from dseditgroup netadmin:
pjfasano@iMac:~$ dseditgroup -o read netadmin
dsAttrTypeStandard:RecordName -
          netadmin
dsAttrTypeStandard:AppleMetaNodeLocation -
          /LDAPv3/server.example.net
dsAttrTypeStandard:AppleMetaRecordName -
          cn=netadmin,ou=Group,dc=example,dc=net
dsAttrTypeStandard:PrimaryGroupID -
          20002
dsAttrTypeStandard:RecordType -
          dsRecTypeStandard:Groups
dsAttrTypeStandard:Member -
          pjfasano
          fasano
dsAttrTypeStandard:GroupMembership -
          pjfasano
          fasano
It all looks okay. But when I run dseditgroup -o checkmember:
pjfasano@iMac:~$ dseditgroup -v -o checkmember netadmin
dseditgroup verbose mode
Options selected by user:
Checking membership selected
Username determined to be Groupname provided as
no pjfasano is NOT a member of netadmin
it says I'm not a member! Even though it just listed me as a member. Any ideas?
NOTE: This is a duplicate of https://discussions.apple.com/message/19200709 -- just trying to get stuff answered.

Bumping this to the top -- I'm still having this problem with 10.8.2 on the client.

Similar Messages

  • How do get my ipod to work again after it died

    How do i get my ipod to work again after it died and wont charge?

    Well...hm... Your going to have to replace it, or get it serviced. Or give it to Apple for a 10% discount on another. What gen is it? Some people buy broken iPods like:
    https://www.gazelle.com
    or maybe its spelled https://www.gazzelle.com
    I dont remember

  • How can get my flash to work again?

    How can I get my flash to work again?

    Flash is not a feature of the Adobe Reader for iOS.
    To answer directly, though, per orders of Apple, Adobe has never released a version of Flash for iOS. You can't get something “to work again” if there never was such a product on this platform.
              - Dov

  • How to get Time from Different Work Station on the Network

    Hi,
    How do I get time from different work station on the network using its ip:port etc.
    Lets say, my main server-side Java application is running on a work station 123.12.123.1:1527,
    the client-side applications are accessing it using above IP.
    what I wanna do is, use the time of 123.12.123.1 machine throughout the application, not client local time.
    Appreciated..

    Ok, this network service on IP:Port is working for me, I hope this is the best way of doing it.
    In server application, I have this
    package RenameItToYourOwnPackage;
    import java.io.IOException;
    import java.io.ObjectInputStream;
    import java.io.ObjectOutputStream;
    import java.net.ServerSocket;
    import java.net.Socket;
    import java.text.SimpleDateFormat;
    public class ServerSocketExample implements Runnable {
        private ServerSocket server;
        private int port = 7777;
        Socket socket;
        public void run() {
            try {
                System.out.println("Waiting for client message");
                server = new ServerSocket(port);
                while (true) {
                    socket = server.accept();
                    // Read a message sent by client application
                    ObjectInputStream ois = new ObjectInputStream(socket.getInputStream());
                    String clientMessage = (String) ois.readObject();
                    System.out.println("Message sent by client: " + clientMessage);
                    // send current datetime to client
                    ObjectOutputStream oos = new ObjectOutputStream(socket.getOutputStream());
                    oos.writeObject(new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(new java.util.Date()));
                    ois.close();
                    oos.close();
                    socket.close();
            } catch (IOException e) {
                e.printStackTrace();
            } catch (ClassNotFoundException e) {
                e.printStackTrace();
    }In the client application I have
    package RenameItToYourOwnPackage;
    import java.io.IOException;
    import java.io.ObjectInputStream;
    import java.io.ObjectOutputStream;
    import java.net.InetAddress;
    import java.net.Socket;
    import java.net.UnknownHostException;
    public class ClientSocketExample {
        static String dateTimeString;
        public ClientSocketExample() {
        public static String getServerDateString() {
            try {
                // Create a connection to the server socket on the server application
                InetAddress host = InetAddress.getByName("127.0.0.1");
                Socket socket = new Socket(host.getHostName(), 7777);
                // Send a message to the server application
                 ObjectOutputStream oos = new ObjectOutputStream(socket.getOutputStream());
                 oos.writeObject("Send me today's timestamp as string");
                // Read the response by server application
                ObjectInputStream ois = new ObjectInputStream(socket.getInputStream());
                dateTimeString = (String) ois.readObject();
                //System.out.println("Message sent by server: " + message);
                ois.close();
                oos.close();
            } catch (UnknownHostException e) {
                e.printStackTrace();
            } catch (IOException e) {
                e.printStackTrace();
            } catch (ClassNotFoundException e) {
                e.printStackTrace();
            return dateTimeString;
    }And I run the service on the server-side with
            new Thread(new ServerSocketExample()).start();On the client-side I receive the date with
            System.out.println("DateTime on Server : " + ClientSocketExample.getServerDateString());Edited by: nkamir on Sep 13, 2010 2:53 PM

  • Anyone figure out how to get Powershot G2 to work again after update to 1.5

    All my raw files from my Powershot G2 are now "Unsupported" since the update. Has anyone figured out how to update the program to allow support for that camera again? Any help would be much appreciated! Thanks

    You can get the old hack for the Canon Powershot G2 RAW support to work again on 10.4.8 and Aperture 1.5, and you do NOT need to revert back to the old 10.4.7 IO Frameworks file. The solution is to download the new 2006-01 RAW Camera Support update from Apple's web site. Here is the link version for PPC machines (which is what I have):
    http://www.apple.com/support/downloads/digitalcamerarawsupportupdateppc.html
    There his also a Universal version on Apples site (but I have not tried this version):
    http://www.apple.com/support/downloads/digitalcamerarawsupportupdateuniversal.ht ml
    After you install this update, it will place a new copy of the RAW.plist file in the usual place:
    /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ImageIO.fram ework/Versions/Current/Resources/Raw.plist
    Edit this file with the old hack, making sure to add the "<!-- 10.4.0 -->" to the 1st line and save it back. A few notes on this:
    1) I'm not sure whether the "<!-- 10.4.0 -->" is needed, but similar items appear in all other cameras now, so no harm in adding it.
    2) To place the editted version back in the library, I had to 1st move the old RAW.plist file to the trash, then copied the editted version to the library. I then restarted to allow me to delete the version in the trash (otherwise the system thinks it is still in use).
    3) To be safe, I also did a repair permisssions (which did repair the permissions of the new RAW.plist file).
    After this, I was able to open Powershot G2 RAW files in Aperture and PReview (have not tried iPhoto, but is shoudl also work there).
    Here is the hacked code for the Canon G2 camera.
    <key>Canon-PowerShot G2</key> <!-- 10.4.0 -->
    <dict>
    <key>blackReplace</key> <true/>
    <key>black</key> <integer>32</integer>
    <key>max</key> <integer>1023</integer>
    <key>white</key> <integer>1023</integer>
    <key>premul0</key> <real>1.90</real> <key>premul1</key> <real>1.00</real> <key>premul2</key> <real>1.22</real>
    <key>m1</key>
    <array>
    <real>1.0507</real> <real>-0.4281</real> <real>-0.0161</real>
    <real>-0.5540</real> <real>1.2938</real> <real>0.2909</real>
    <real>-0.1205</real> <real>0.1844</real> <real>0.8335</real>
    </array>
    <key>m2</key>
    <array>
    <real>0.9087</real> <real>-0.2693</real> <real>-0.1049</real>
    <real>-0.6715</real> <real>1.4382</real> <real>0.2537</real>
    <real>-0.2291</real> <real>0.2819</real> <real>0.7790</real>
    </array>
    <key>mc</key> <real>0.83355</real>
    <key>otrc</key>
    <array>
    <real>0.450</real> <real>0.090</real> <real>1.467</real> <real>0.260</real> <real>1.842</real> <real>0.652</real> <real>1.040</real> <real>0.538</real>
    </array>
    </dict>

  • Anyone have a syggestion on how to get my Ipod touch working again besides putting it into restore mode

    Anyone have any ideas on how to get an Ipod touch to charge or sync without putting it into restore mode, I've prettymuch tried everything thats been put online so far

    Tried DFU mode?
    To do this follow these instructions:
        1. First, Open up iTunes, plug in your iPod Touch/iPhone to the Computer's USB port. Turn on your Computer's speaker and make sure it is loud enough that you can hear it.
        2. Hold down the Home button (top left for iPod Touch and top right for the iPhone with the screen facing you) and the Power button (located on the front bottom of your iPod Touch/iPhone) simutaneously, until the screen goes black and the device turns off. (past the red slider/slide to power off screen)
        3. Now let go of the Power button, but continue to hold the Home button. Your iPod Touch/iPhone should have turned off and the screen should not be on.
        4. After around ~10-20 seconds, you will hear a noise (beep/ding) from your Computer as if it had just recognized a new hardware device, now iTunes should recognize it in DFU mode.
        5. After iTunes recognizes the iPod Touch/iPhone, let go of the Home button otherwise it will go into recovery mode and you will have to do the entire DFU process over again.
        6. You will know when you have put your iPod Touch/iPhone correctly into DFU mode when the display is blank and that you do not have anything on your device.
    Once you have done this click restore and iTunes sould start to dowbnload and install the latest firmware.
    #Please note this will reset your iDevice to factory settings
    Syther101

  • How to get picture package to work again

    I made the mistake of downloading the Yosemite operating system and now cannot get the picture package to work again.  I have switched to  32 bit  but this time it did not solve the problem.  Again I really need help.  I am using an iMac and have Photoshop version CS5.1
    Mary

    Did you look in the photoshop cs5.1 plugins folder to see if the ContactSheetII.plugin and WebContactSheetII.plugin are still there?
    On some peoples systems, upgrading to Yosemite, for some reason, deletes some of the photoshop cs5/cs5.1 files.

  • How to get the 'info' button working again in Spotlight?

    The 'info' button to get info about an item in the search results window of Spotlight is no longer working for me. I have tried reindexing and trashing the preference file in the user library, with no luck. Any idea how to get this functionality back?
    Thanks
    Chris

    I have the same problem after installing Safari 3, the more info icon in the spotlight results no longer works.
    Dan

  • Any advice on how to get Xprotect Updater to work again?

    I know that it was faithfully doing it's job -- as long as immediately after I started-up my computer, I got online right away. It has always seemed to be on a timer of some sort and thus, never worked unless I followed that routine (which was fairly easy to figure out -- as Little Snitch clearly revealed).
    Even, when (Xprotect Updater) is updated by Apple, I could clearly see the increase in the size of the signature payload.
    I assume that it normally overwrites the signature cache or whatever it's supposed to do each and each & every time one first signs on (albeit promptly) because I could see it as it happened using Little Snitch. It ran like a Swiss Watch, did it's signature overwrite, thank you very much; but now I'm lost.
    Perhaps Apple is working on it at their end & it's temporarily down? Which has happened in the past and, of course, the signature payload was predictably greater once it started working again.
    Thanks in advance,
    mm~

    All-set; problem solved.
    I found a reference to toggling "Automatically install important security updates"... found under System Prefs/Security/General.
    I did that which worked great.
    Rock On

  • My touch screen isn't working so I can't use my iPad.any ideas how to get the touch screen working again?

    My son has done something to his ipad2 and now his touch screen does not work so he can't get from the lock screen as the screen isn't responding to touch. Any idea I can't even switch it off to restart.

    Try a Reset...
    Press and hold the Sleep/Wake button and the Home button at the same time for at least ten seconds, until the Apple logo appears. Release the Buttons.
    If no joy... Try a Restore...
    1: Connect the device to your computer and open iTunes.
    2: If the device appears in iTunes, select and click Restore on the Summary pane.
    3: If the device doesn't appear in iTunes, try using the steps in this article to force the device into recovery mode.
    From Here
    Unresponsive iPad
    http://support.apple.com/kb/TS3281

  • How to get the wi fi working again on the mac mini os 10.9?

    Hello,
    I"ve had the computer for a year and this is the first problem I"ve had with the wi fi.  I used another device in my house and my comcast wifi works fine.  I ran network diagnositics and it said its fine but no web pages or web apps will load.
    If someone could offer some advice that'd be great.
    Thanks.

    Hello,
    Make a New Location, Using network locations in Mac OS X ...
    http://support.apple.com/kb/HT2712
    10.5, 10.6, 10.7 & 10.8…
    System Preferences>Network, top of window>Locations>Edit Locations, little plus icon, give it a name.
    10.5.x/10.6.x/10.7.x/10.8.x,/10.9 instructions...
    System Preferences>Network, click on the little gear at the bottom next to the + & - icons, (unlock lock first if locked), choose Set Service Order.
    The interface that connects to the Internet should be dragged to the top of the list.
    If using Wifi/Airport...
    Instead of joining your Network from the list, click the WiFi icon at the top, and click join other network. Fill in everything as needed.
    For 10.5/10.6/10.7/10.8, System Preferences>Network, unlock the lock if need be, highlight the Interface you use to connect to Internet, click on the advanced button, click on the DNS tab, click on the little plus icon, then add these numbers...
    208.67.222.222
    208.67.220.220
    (There may be better or faster DNS numbers in your area, but these should be a good test).
    Click OK.

  • How to get ski widget to work again

    Ski widget doesn't work

    Please read this post then provide some details.  What printer model? What operating system - 32 bit or 64 bit? How is the printer connected - USB, wired LAN, Wireless LAN, bluetooth?
    Bob Headrick,  HP Expert
    I am not an employee of HP, I am a volunteer posting here on my own time.
    If your problem is solved please click the "Accept as Solution" button ------------V
    If my answer was helpful please click the "Thumbs Up" to say "Thank You"--V

  • HT201413 I have restored and updated my ipod from recovery mode however I still have the usb cord and itunes icon on the ipod when it is switched on. How can I get my ipod to work again?

    I have restored and updated my ipod from recovery mode, however I still have the usb cord and itunes icon on the ipod when it is switched on. How can I get my ipod to work again? I have updated and restored 5 times! When connected to itunes it only shows the summary page saying ipod in recovery mode.

    Fixed it!
    1. Made sure itunes software was up to date
    2. Pressed and held 'home' button and 'on-off' button at the same time for about 10 seconds till ipod reset (I hadn't done this step previously)
    3. Connected to itunes
    4. Pressed restore and update ipod
    Update successful and ipod taken out of recovery mode

  • My "Hanging with Friends" app keeps crashing whenever I try to open it. I have deleted and re-downloaded the app, restarted my iPhone, and even restored my iPhone all together, and nothing is working. How can I get this app to work again?

    My "Hanging with Friends" app keeps crashing whenever I try to open it. I have deleted and re-downloaded the app, restarted my iPhone, and even restored my iPhone all together, and nothing is working. How can I get this app to work again?

    Can you start Firefox in [[Safe mode]] ?
    You can also do a clean reinstall and download a fresh Firefox copy from http://www.mozilla.com/firefox/all.html and save the file to the desktop.
    Uninstall your current Firefox version and remove the Firefox program folder before installing that copy of the Firefox installer.
    It is important to delete the Firefox program folder to remove all the files and make sure that there are no problems with files that were leftover after uninstalling.
    You can initially skip the step to create a new profile, that may not necessary for this issue.
    See http://kb.mozillazine.org/Standard_diagnostic_-_Firefox#Clean_reinstall

  • How can I get my speaker to work again?

    How can I get my speaker to work again? I've tried turning my phone off and on, hard reset, removing SIM, cleaning out dust, using the hair dryer, network reset, cleaning headphone port, made sure the phone was not on vibrate,and made sure "Change with buttons" was on. There was no liquid/moisture damage.  I was watching a video on youtube and all of a sudden my speaker went out. If I tap on the speaker it goes in and out but does not stay on/loud.

    Do you get sound in any apps e.g. in Music and Videos but not notifications or sound in other apps ? If you do get sound in Music and Videos then have you got notifications muted ? Only notifications (including games) get muted, so the Music and Videos apps, and headphones, still get sound.
    Depending on what you've got Settings > General > Use Side Switch To set to (mute or rotation lock), then you can mute notifications by the switch on the right hand side of the iPad above the volume switch, or via the taskbar : double-click the home button; slide from the left; and it's the icon far left; press home again to exit the taskbar. The function that isn't on the side switch is set via the taskbar instead : http://support.apple.com/kb/HT4085
    If you don't get sound in any apps then have you could try a soft-reset to see if you get sound after the iPad has restarted : press and hold both the sleep and home buttons for about 10 to 15 seconds (ignore the red slider), after which the Apple logo should appear - you won't lose any content, it's the iPad equivalent of a reboot.

Maybe you are looking for

  • Runtime Error in BOM -System attempted use dynpro 1000 program "SAPLXCSA"

    Hi Guru's, While Creating BOM in IS-Retail server using CS01 Tcode, I am getting a ABAP Runtime Error : "The system attempted to use dynpro 1000 in program "SAPLXCSA".This dynpro does not exist". To correct this error Whether any configuration is req

  • I get an error message when trying to convert to a word document

    i get an error message when trying to convert to a word document

  • Embed font in editable text field

    Hi, I am trying to embed a font into an editable text box. There is no other type on the page so there are no fonts to choose to embed from the FONT folder. How do I embed the font? I hope that is clear... Thanks a bunch! Linda

  • Directory tree in Windows

    When I downloaded iTunes it created a directory tree with two subdirectories --- Album Artwork and iTunes Music. All downloads -- music, audiobooks, and movies seemed to be located here. Shouldn't I expected to see a series of subdirectories -- podca

  • Trying to get my photos onto new iphone 6

    i got a new iphone 6 and need to get my photos off my ihone 6 but for some reason they wouldnt download from icloud like my apps and contacts how can i get them onto my new phone?