Location: List Archives

List Archives

This forum is an archive of all posts to our mailing list over the past few years.  The forum is set read only therefore to contribute you will need to join our list community.  See more info about this here.

 

When subscribed to the list you should use your standard email client to send your posts to ActiveDir@mail.activedir.org.

List Archives

Subject: [ActiveDir] Custom or already exiting attributes in AD that can be modified
Prev Next
You are not authorized to post a reply.

AuthorMessages
BrianBUser is Offline

Posts:43

10/09/2008 11:40 AM  
All:



Any help would be appreciated in this request.



I need to be able to publish more than one business phone number in AD
for queries from OCS. We have several folks that are members of more
than one dept and have more than one office. Consequently, they have
more than one business phone number, fax number, etc. If I remember
correctly, there are some attributes in AD that are for lack of a better
word, "empty." Or rather that can be modified to fit my need without
having to extend the schema with a custom attribute that requires
significant configuration and new OID.



I am constrained by the fact that there is a preexisting agreement in
our complex political environment that specifies that no custom
attributes will be made to the schema other than those that are done
with, say, Exchange, or upgrades of the OS DC, i.e. 2003 to 2008. These
are not really custom as they are part of the MS standard upgrade for
AD.



Is there such an attribute in AD that will allow me to define its
purpose and allowed data type that does not require me to go through the
procedure for creating and requesting a new OID and the related steps?



If so, what is the procedure for modifying it.



Thank for the help in advance.





Brian Britt

Vanderbilt University.


ASteeleUser is Offline

Posts:16

10/09/2008 11:44 AM  
I think you are talking about extensionattribute1 through 15
http://msdn.microsoft.com/en-us/library/ms873846.aspx

/aaron

Aaron Steele
PointBridge | Consultant
M: 773.580.8099
EM/IM: asteele@pointbridge.com<mailto:asteele@pointbridge.com>

Do you have Office Communicator? Federate<http://technet.microsoft.com/en-us/magazine/cc137801.aspx> with PointBridge and Securely Instant Message<sip:asteele@pointbridge.com> or Call Me<tel:asteele@pointbridge.com>.

From: ActiveDir-owner@mail.activedir.org [mailto:ActiveDir-owner@mail.activedir.org] On Behalf Of Britt, Brian
Sent: Thursday, October 09, 2008 10:37 AM
To: activedir@mail.activedir.org
Subject: [ActiveDir] Custom or already exiting attributes in AD that can be modified

All:

Any help would be appreciated in this request.

I need to be able to publish more than one business phone number in AD for queries from OCS. We have several folks that are members of more than one dept and have more than one office. Consequently, they have more than one business phone number, fax number, etc. If I remember correctly, there are some attributes in AD that are for lack of a better word, "empty." Or rather that can be modified to fit my need without having to extend the schema with a custom attribute that requires significant configuration and new OID.

I am constrained by the fact that there is a preexisting agreement in our complex political environment that specifies that no custom attributes will be made to the schema other than those that are done with, say, Exchange, or upgrades of the OS DC, i.e. 2003 to 2008. These are not really custom as they are part of the MS standard upgrade for AD.

Is there such an attribute in AD that will allow me to define its purpose and allowed data type that does not require me to go through the procedure for creating and requesting a new OID and the related steps?

If so, what is the procedure for modifying it.

Thank for the help in advance.


Brian Britt
Vanderbilt University.

mcaseyUser is Offline

Posts:8

10/09/2008 12:29 PM  
You can store multiple phone numbers in the 'otherTelephone'
attribute. You can access/modify the value through ADUC by looking at
the general tab on the user's properties then clicking the 'Other'
button next to Telephone number:' These values also appear on the
phone/notes tab in Outlook

-matt


On Thu, Oct 9, 2008 at 11:41 AM, Aaron Steele <ASteele@pointbridge.com> wrote:
> I think you are talking about extensionattribute1 through 15
>
> http://msdn.microsoft.com/en-us/library/ms873846.aspx
>
>
>
> /aaron
>
>
>
> Aaron Steele
>
> PointBridge | Consultant
>
> M: 773.580.8099
>
> EM/IM: asteele@pointbridge.com
>
>
>
> Do you have Office Communicator? Federate with PointBridge and Securely
> Instant Message or Call Me.
>
>
>
> From: ActiveDir-owner@mail.activedir.org
> [mailto:ActiveDir-owner@mail.activedir.org] On Behalf Of Britt, Brian
> Sent: Thursday, October 09, 2008 10:37 AM
> To: activedir@mail.activedir.org
> Subject: [ActiveDir] Custom or already exiting attributes in AD that can be
> modified
>
>
>
> All:
>
>
>
> Any help would be appreciated in this request.
>
>
>
> I need to be able to publish more than one business phone number in AD for
> queries from OCS. We have several folks that are members of more than one
> dept and have more than one office. Consequently, they have more than one
> business phone number, fax number, etc. If I remember correctly, there are
> some attributes in AD that are for lack of a better word, "empty." Or rather
> that can be modified to fit my need without having to extend the schema with
> a custom attribute that requires significant configuration and new OID.
>
>
>
> I am constrained by the fact that there is a preexisting agreement in our
> complex political environment that specifies that no custom attributes will
> be made to the schema other than those that are done with, say, Exchange, or
> upgrades of the OS DC, i.e. 2003 to 2008. These are not really custom as
> they are part of the MS standard upgrade for AD.
>
>
>
> Is there such an attribute in AD that will allow me to define its purpose
> and allowed data type that does not require me to go through the procedure
> for creating and requesting a new OID and the related steps?
>
>
>
> If so, what is the procedure for modifying it.
>
>
>
> Thank for the help in advance.
>
>
>
>
>
> Brian Britt
>
> Vanderbilt University.
List info : http://www.activedir.org/List.aspx
List FAQ : http://www.activedir.org/ListFAQ.aspx
List archive: http://www.activedir.org/ma/default.aspx
listmailUser is Offline

Posts:497

10/09/2008 2:15 PM  
These phone attributes allow multiple values

G:\>adfind -sc sl:*phone* -af issinglevalued=FALSE

otherFacsimileTelephoneNumber
otherHomePhone
otherIpPhone
otherMobile
otherPager
otherTelephone


You also have the Exchange extension attributes available if you have
installed the exchange schema. However these are single values and you would
have to "pack" the additional numbers into a single string. You also want to
make sure you don't pick something that may be used by some Exchange app.
Most common attrib I think see used in environments is extensionAttribute10.

G:\>adfind -sc sl:*extensionattrib*

extensionAttribute1
extensionAttribute10
extensionAttribute11
extensionAttribute12
extensionAttribute13
extensionAttribute14
extensionAttribute15
extensionAttribute2
extensionAttribute3
extensionAttribute4
extensionAttribute5
extensionAttribute6
extensionAttribute7
extensionAttribute8
extensionAttribute9



--
O'Reilly Active Directory Third Edition -
http://www.joeware.net/win/ad3e.htm



_____

From: ActiveDir-owner@mail.activedir.org
[mailto:ActiveDir-owner@mail.activedir.org] On Behalf Of Britt, Brian
Sent: Thursday, October 09, 2008 11:37 AM
To: activedir@mail.activedir.org
Subject: [ActiveDir] Custom or already exiting attributes in AD that can be
modified



All:



Any help would be appreciated in this request.



I need to be able to publish more than one business phone number in AD for
queries from OCS. We have several folks that are members of more than one
dept and have more than one office. Consequently, they have more than one
business phone number, fax number, etc. If I remember correctly, there are
some attributes in AD that are for lack of a better word, "empty." Or rather
that can be modified to fit my need without having to extend the schema with
a custom attribute that requires significant configuration and new OID.



I am constrained by the fact that there is a preexisting agreement in our
complex political environment that specifies that no custom attributes will
be made to the schema other than those that are done with, say, Exchange, or
upgrades of the OS DC, i.e. 2003 to 2008. These are not really custom as
they are part of the MS standard upgrade for AD.



Is there such an attribute in AD that will allow me to define its purpose
and allowed data type that does not require me to go through the procedure
for creating and requesting a new OID and the related steps?



If so, what is the procedure for modifying it.



Thank for the help in advance.





Brian Britt

Vanderbilt University.


BrianBUser is Offline

Posts:43

10/10/2008 9:30 AM  
Thanks Joe and everyone else who contributed,



We are looking into how to programmatically, through Sun IDM, populate
these attributes for use with MS OCS. Through all of your assistance I
have been able to come up with a way to map fields in OCS to the IPPhone
and OtherIPPhone attributes. I may have further questions later but for
now thank you for all of the help.





Brian Britt

Vanderbilt University

Directory Services Specialist

615-322-4676



From: ActiveDir-owner@mail.activedir.org
[mailto:ActiveDir-owner@mail.activedir.org] On Behalf Of joe
Sent: Thursday, October 09, 2008 1:12 PM
To: ActiveDir@mail.activedir.org
Subject: RE: [ActiveDir] Custom or already exiting attributes in AD that
can be modified



These phone attributes allow multiple values



G:\>adfind -sc sl:*phone* -af issinglevalued=FALSE



otherFacsimileTelephoneNumber
otherHomePhone
otherIpPhone
otherMobile
otherPager
otherTelephone





You also have the Exchange extension attributes available if you have
installed the exchange schema. However these are single values and you
would have to "pack" the additional numbers into a single string. You
also want to make sure you don't pick something that may be used by some
Exchange app. Most common attrib I think see used in environments is
extensionAttribute10.



G:\>adfind -sc sl:*extensionattrib*



extensionAttribute1
extensionAttribute10
extensionAttribute11
extensionAttribute12
extensionAttribute13
extensionAttribute14
extensionAttribute15
extensionAttribute2
extensionAttribute3
extensionAttribute4
extensionAttribute5
extensionAttribute6
extensionAttribute7
extensionAttribute8
extensionAttribute9







--

O'Reilly Active Directory Third Edition -
http://www.joeware.net/win/ad3e.htm







________________________________

From: ActiveDir-owner@mail.activedir.org
[mailto:ActiveDir-owner@mail.activedir.org] On Behalf Of Britt, Brian
Sent: Thursday, October 09, 2008 11:37 AM
To: activedir@mail.activedir.org
Subject: [ActiveDir] Custom or already exiting attributes in AD that can
be modified

All:



Any help would be appreciated in this request.



I need to be able to publish more than one business phone number in AD
for queries from OCS. We have several folks that are members of more
than one dept and have more than one office. Consequently, they have
more than one business phone number, fax number, etc. If I remember
correctly, there are some attributes in AD that are for lack of a better
word, "empty." Or rather that can be modified to fit my need without
having to extend the schema with a custom attribute that requires
significant configuration and new OID.



I am constrained by the fact that there is a preexisting agreement in
our complex political environment that specifies that no custom
attributes will be made to the schema other than those that are done
with, say, Exchange, or upgrades of the OS DC, i.e. 2003 to 2008. These
are not really custom as they are part of the MS standard upgrade for
AD.



Is there such an attribute in AD that will allow me to define its
purpose and allowed data type that does not require me to go through the
procedure for creating and requesting a new OID and the related steps?



If so, what is the procedure for modifying it.



Thank for the help in advance.





Brian Britt

Vanderbilt University.


You are not authorized to post a reply.
Forums >ActiveDir Mail List Archive >List Archives > [ActiveDir] Custom or already exiting attributes in AD that can be modified



ActiveForums 3.7
AdventNet Banner
Friends

Friends

Namescape
Members

Members

MembershipMembership:
Latest New UserLatest:kosciesza69
New TodayNew Today:3
New YesterdayNew Yesterday:1
User CountOverall:4319

People OnlinePeople Online:
VisitorsVisitors:131
MembersMembers:0
TotalTotal:131

Online NowOnline Now:

Ads

Copyright 2008 ActiveDir.org
Terms Of Use