Lion Server: Enabling Push Notifications for Active Directory users

Summary

Learn about enabling Push Notifications for Active Directory users.

Products Affected

Lion Server

Basic Authentication must be enabled to use Push Notifications for Active Directory Users.

  1. Make sure Lion Server is bound to Active Directory.
  2. Verify that APNS is enabled in Server.app.
  3. Start the push notification service.
  4. Enable cleartext authentication and disable digest authentication.
  5. With root access, enable basic authentication for Push Notifications. To do this, execute the following commands (as root) in Terminal:
    sudo defaults write /Library/Preferences/com.apple.NotificationServer enableApnbridgeBasicAuth -bool YES
    sudo plutil -convert xml1 /Library/Preferences/com.apple.NotificationServer.plist
    sudo killall APNBridge
    
  6. Start services that use Push Notifications.

Additional Information

Active Directory users will be able to receive push notifications using basic authentication.

Important: Information about products not manufactured by Apple is provided for information purposes only and does not constitute Apple’s recommendation or endorsement. Please contact the vendor for additional information.
Not helpful Somewhat helpful Helpful Very helpful Solved my problem
Ask other users about this article
in Apple Support Communities
See all questions on this article See all questions I have asked