Open Directory was added to OS X Server early on in its release form. This is after OS X transitioned away from the NetInfo directory used by its predecessor, NeXTSTEP. However, Open Directory is similar, in a few ways, to the old-style Windows NT 4.0 directory system. At the same time that Apple adopted this older system, Microsoft, with Windows 2000, moved away from it and began using their much more robust Active Directory system. For some time, I have been urging Apple to move away from the antiquated Open Directory, and use Active Directory, since it is much more flexible and powerful, makes use of multimaster replication, and is used by many, many Windows network administrators. Moving to Active Directory would make is so much easier to manage OS X Servers in enterprise settings, not requiring two separate skillsets, one for Open Directory and one for Active Directory. This would also allow Apple to have an end-to-end solution, and build out their Profile Manager and configuration profile services in a
Search results for
smb big sur
11,737 results found
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
Is there a way to find out what NSImageView is in? I put it in a storyboard but I can't connect the NSWindow, only the NSImageView and when I try to close it, there's a big gray square left.
In my Mac MagicMouse is not working ,I am able to move my cursur but not able to perform touch action via the trackpad on it. Really have no idea, it that missing some driver?Just interesting why Apple didn't realize this such big issue...
Topic:
App & System Services
SubTopic:
Core OS
Tags:
Can you elaborate on what they said again. I watched it but missed that and I'm at work and can't watch it. Meanwhile my client is flipping her lid because we've just ran a huge launch campaign for our Newsstand app, we have a truck load of subscribers and the positive feedback has been overwhelming. Some kind of answer to give to her would be great.If I suddenly have to scrap the whole thing and start again I'm not going to be happy. Hopefully there's be an easy migration process or something, but whatever happens I need to maintain my current subscribers and format. My client rejected a flipboard style curation app due to the fact that market research showed that our customers actually want a like for like digitial copy of our paper publication (which has been running since 1969 and has a traditional and somewhat cult following). Our customers love our app.I feel Apple have dropped the ball on this a little. Even a notification in the Newsstand tab of my App in iTunes Connect that points to some help/docume
Topic:
App & System Services
SubTopic:
Core OS
Tags:
I don't think this is related to icloud. I have this problem with a google account. I just need to readd the aliases. Not a big deal
Topic:
App & System Services
SubTopic:
Core OS
Tags:
I'm just playing around with Xcode 7 and trying some Objects in the Interface Builder Library for OS X. One problem I can't solve myself:I drag a new NSTableView to my ViewControllerScene. I can add text to the cells and I can add text in a new line, by pressing the ALT-key while hiting the Return-Key. So I have text in 2 or more lines. When I left the cell, the TableView only shows the first line, the rest of the text is invisible.How can I change the cell-height of this cell dynamicly? [If the users text have 3 lines, the height of this cell should show 3 lines height, if the users text is in the next line cell just 1 line, this row should be just big enough for 1 line.]Is there a magical attribute I don't see? Or how would I do this dynamic cell row height in Swift for NSTableView's Cells / Rows?
Hello All,I’ve created application which logs motion activity of user with CoreMotion framework and M7-chip functionality (I’m using CMMotionActivityManager).Application works fine in foreground. But I need to check that event occurred in 3-7 seconds frame in background mode.And I need to range iBeacons - check entering to specified zone in background mode and activate my test for the motion event.According following review http://developer.radiusnetworks.com/2013/11/13/ibeacon-monitoring-in-the-background-and-foreground.htmlthe time for detection is about 4 minutes (in average and up to 15 minutes) in background mode.Does exist any method or workaround to grab data for motion activity and ranging iBeacon in the background with better accuracy?- I need to check that event occurred in 3-7 seconds frame and notify user.My concept application works in the following way:1. I’ve activated background mode flags for CoreLocation and Audio (it plays audio signal on event detection).2. At start it requests authorizati
Too much white space. No ability to quote in place. Now has spell checker, but the way it works is so '80s. Can't attach images...yet.Seems like they're using the public support forum software, which is not a plus in my book, but oh well.I do have to say the way search works now is a big plus, tho, making an effort to auto-search when posting, and all dates as the default search was long ovedue, so thanks for that.
Topic:
Developer Tools & Services
SubTopic:
Developer Forums
Tags:
My iPhone 6 is losing battery and getting hot. This will be a big issue if not fixed.
Topic:
App & System Services
SubTopic:
Core OS
Tags:
are you saying that we don't have access to the heart rate sensor? Wasn't that part of the big announcement?
Topic:
App & System Services
SubTopic:
Core OS
Tags:
Go ahead and do whatever you want.Downgrading an iOS device has never been supported.I see no reason why the watchOS is going to be any different.You are taking a big chance if you downgrade.Apple will not help you if they discover what you have done.
Topic:
App & System Services
SubTopic:
Core OS
Tags:
We have tried Mavericks, Yosemite, and still slow. Considerably slower than PC's accessing the same file system over the WAN. NFS is much faster but unfortunately NFS does not allow you to lock files while editing them. Anyone have a possible solution? Thanks.
You have to create these connections in InterfaceBuilder. The following text gives a good explanation (examples in ObjectiveC but works in Swift the same):https://developer.apple.com/library/prerelease/ios/recipes/xcode_help-IB_connections/chapters/AboutConnectingObjectstoCode.htmlAnd no fear: Cocoa is a big framework and the needed information is sometimes a little hard to find 🙂
Topic:
Programming Languages
SubTopic:
Swift
Tags:
Hello,I have a problem to put my application on my iPhone. I am registered for free and thanks to Xcode 7, I'm able to put my censer app on my iPhone. Only, it does not.Here is my error:Unable to create a provisioning profile because your team has no devices registered in the Member Center. Please connect a device, enable it for development, and add it to the Member Center using the Organizer.FRANCAIS :Bonjour,J'ai un problème pour mettre mon application sur mon iPhone. Je suis inscrit gratuitement et grace à Xcode 7, je suis censer pouvoir mettre mon appli sur mon iPhone. Seulement, ca ne marche pas.Voici mon erreur :
I was immediately incredibly excited about the addition of CITextFeature to CIDetector. I mean, Text recognition built into CoreImage, **** yeah!I was very bummed to discover that as of now, the only public properties on CITextFeature are bounds, topLeft, topRight, bottomLeft, bottomRight. Does that mean that we won't be able to use CITextFeature to actually recognize text? It seems like a pretty big let down if we're only able to detect the presence of text in an image.Has anyone else noticed this, or just me?Thanks,Tj-