Schema:
# this is very much a work in progress.  But so far these are the objectclasses and attributes that will be (and currently are being) used
# by Rolodap.

rolodapUser
	parent:  
		person
	required:  
	allowed:
		rolodapPersonalBook	- the dn of the this users personal Rolodap Book
		rolodapBook	-	each entry is the dn of a Rolodap Book that the user wants on their quick books list
		
rolodapContact
	parent:
		person
	required:
		uid
		cn
		sn
		givenname
	allowed:
		memberof	- field that indicates what rolodapbooks this person is a member of
		lastupdated
		modifiedby	- field containing the dn of the rolodapUser that last modified this record
		referredby	- field that indicates who refered this contact to us
		companyname
		affiliation
		clientnumber
		previousemployee
		createdby
		createdon
		modifiedby
		modifiedon
		spousename
		childrenname
		department
		url
		mobile
		pager
		facsimiletelephonenumber
		mail
		officeextention
		secretary
		title
		postaladdress
		homephone
		homefax
		homemail
		description
		deletedby	- who marked this contact inactive
		deletedon	- when it was marked inactive
		
		
		
		
rolodapAdmin
	parent:
		top
	required:
		cn
		rolodaplastuid

rolodapBook
	parent:
		groupofuniquenames
	required:
		cn
		rolodapListBook	- valid contents are "yes" or "no"  and indicate whether this is a Book that will show up in "Search In" drop down boxes.